src/Pure/CPure.thy
author wenzelm
Thu, 30 Nov 2006 16:48:41 +0100
changeset 21612 52859439959a
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
note_thmss: refrain from closing the derivation here;

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