src/Pure/CPure.thy
author krauss
Tue, 06 Jun 2006 09:28:24 +0200
changeset 19782 48c4632e2c28
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
HOL/Tools/function_package: imporoved handling of guards, added an example

(*  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