src/Pure/CPure.thy
author huffman
Tue, 21 Aug 2007 03:17:03 +0200
changeset 24378 af83eeb4a702
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
move udvd, div and mod stuff from WordDefinition to WordArith

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