The CPure theory -- Pure with alternative application syntax.
authorwenzelm
Thu, 21 Apr 2005 22:06:18 +0200
changeset 15804 3a55e6e26c8a
parent 15803 42c75e0c9140
child 15805 1e8017f1e971
The CPure theory -- Pure with alternative application syntax.
src/Pure/CPure.thy
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/Pure/CPure.thy	Thu Apr 21 22:06:18 2005 +0200
@@ -0,0 +1,16 @@
+(*  Title:      Pure/CPure.thy
+    ID:         $Id$
+    Author:     Makarius
+
+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