src/Pure/CPure.thy
author huffman
Mon, 14 Jan 2008 03:58:30 +0100
changeset 25898 d8f17d8cf9d4
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
compact_chfin is now declared simp

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