src/Pure/CPure.thy
author wenzelm
Tue, 03 Apr 2007 12:12:42 +0200
changeset 22563 78fb2af1a5c3
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
Compatibility file for Alice 1.3 -- experimental!

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