src/Pure/CPure.thy
author wenzelm
Sat, 06 Oct 2007 16:50:04 +0200
changeset 24867 e5b55d7be9bb
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
simplified interfaces for outer syntax;

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