src/Pure/CPure.thy
author chaieb
Tue, 03 Jul 2007 18:00:57 +0200
changeset 23549 88190085bb82
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
Dependency on reflection_data.ML to build HOL-ex

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