src/Pure/CPure.thy
author haftmann
Sun, 23 Jul 2006 07:19:36 +0200
changeset 20183 fd546b0c8a7c
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
major simplifications for integers

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