src/Pure/CPure.thy
author haftmann
Mon, 10 Apr 2006 08:30:26 +0200
changeset 19398 8ad34412ea97
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
fixed value restriction

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