src/Pure/CPure.thy
author wenzelm
Tue, 14 Mar 2006 22:07:33 +0100
changeset 19273 05b6d220e509
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
added singleton;

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