src/Pure/CPure.thy
author berghofe
Fri, 22 Sep 2006 14:30:37 +0200
changeset 20679 c09af1bd255a
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
Added function all_paths (formerly find_paths).

(*  Title:      Pure/CPure.thy
    ID:         $Id$

The CPure theory -- Pure with alternative application syntax.
*)

theory CPure
imports Pure
begin

setup  -- {* Some syntax modifications, see ROOT.ML *}

end