src/Pure/CPure.thy
author wenzelm
Fri, 27 Jan 2006 19:03:05 +0100
changeset 18800 c0f90bbf3865
parent 18709 f174ebc26073
child 18835 8e080d0252c5
permissions -rw-r--r--
added ProofContext.pprint_context (depends on ProofContext.debug);

(*  Title:      Pure/CPure.thy
    ID:         $Id$

The CPure theory -- Pure with alternative application syntax.
*)

theory CPure
imports Pure
begin

setup {*
  Theory.del_modesyntax Syntax.default_mode Syntax.appl_syntax #>
  Theory.add_syntax Syntax.applC_syntax
*}

end