src/Pure/CPure.thy
author haftmann
Thu, 19 Jul 2007 21:47:45 +0200
changeset 23858 5500610fe1e5
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
adapted to new code generator framework

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