src/Pure/CPure.thy
author wenzelm
Mon, 11 Dec 2006 21:39:26 +0100
changeset 21772 7c7ade4f537b
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
advanced translation functions: Proof.context;

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