src/Pure/CPure.thy
author wenzelm
Wed, 28 Feb 2007 22:05:44 +0100
changeset 22379 abfcb9899d41
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
exported get_ss, map_ss;

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