src/Pure/CPure.thy
author wenzelm
Fri, 17 Nov 2006 02:20:03 +0100
changeset 21404 eb85850d3eb7
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
more robust syntax for definition/abbreviation/notation;

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