src/Pure/CPure.thy
author huffman
Sun, 06 Nov 2005 00:22:03 +0100
changeset 18095 4328356ab7e6
parent 18019 d1ff9ebb8bcb
child 18709 f174ebc26073
permissions -rw-r--r--
add proof of Bekic's theorem: fix_cprod

(*  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.pure_appl_syntax,
  Theory.add_syntax Syntax.pure_applC_syntax]"

end