src/Pure/CPure.thy
author wenzelm
Wed, 15 Feb 2006 21:34:59 +0100
changeset 19048 2b875dd5eb4c
parent 18835 8e080d0252c5
child 26435 bdce320cd426
permissions -rw-r--r--
cannot use section before setup;

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