src/Pure/CPure.thy
author wenzelm
Fri, 09 Nov 2007 19:37:35 +0100
changeset 25366 05c2ae18cc51
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
tyabbr/syntax/consts: replaced obsolete read_typ by Syntax.parse_typ/certify_typ;

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