src/Pure/CPure.thy
author nipkow
Mon, 03 Jul 2006 20:02:42 +0200
changeset 19979 a0846edbe8b0
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
replaced translation by abbreviation

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