src/Pure/CPure.thy
author wenzelm
Thu, 19 Jan 2006 21:22:14 +0100
changeset 18709 f174ebc26073
parent 18019 d1ff9ebb8bcb
child 18835 8e080d0252c5
permissions -rw-r--r--
setup: theory -> theory; Syntax.appl(C)_syntax;

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