src/Pure/CPure.thy
author wenzelm
Thu, 05 Jul 2007 20:01:34 +0200
changeset 23597 ab67175ca8a5
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
simplified has_meta_prems;

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