src/Pure/CPure.thy
author haftmann
Wed, 05 Dec 2007 14:16:13 +0100
changeset 25541 68de88c7e877
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
added parser for multi_arity

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