src/Pure/CPure.thy
author wenzelm
Tue, 17 Jul 2007 13:19:18 +0200
changeset 23823 441148ca8323
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
added General/print_mode.ML, pure_setup.ML;

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