src/Pure/CPure.thy
author wenzelm
Sun, 01 Oct 2006 18:30:04 +0200
changeset 20818 cb7ec413f95d
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
obsolete;

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