src/Pure/CPure.thy
author ballarin
Mon, 05 Nov 2007 17:48:51 +0100
changeset 25286 35e954ff67f8
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
Use of export rather than standard in interpretation.

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