summaryrefslogtreecommitdiff
path: root/examples/math
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-10-31 16:41:39 +0000
committeraarne <aarne@cs.chalmers.se>2007-10-31 16:41:39 +0000
commit3f4d3e69cf8755b31cbc92e779e29cc2ac5dc71b (patch)
tree033bb9b9ddd2d7f121deb79ff5b6dee5173fa5f4 /examples/math
parenta2a37bc9125906785830c62e6fa85529d428d63b (diff)
oper and lindef in CanonToJS
Diffstat (limited to 'examples/math')
-rw-r--r--examples/math/MathEnz.gf2
-rw-r--r--examples/math/MathSwz.gf2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/math/MathEnz.gf b/examples/math/MathEnz.gf
index d30e8114b..394e90e36 100644
--- a/examples/math/MathEnz.gf
+++ b/examples/math/MathEnz.gf
@@ -1,6 +1,6 @@
--# -path=.:prelude
-concrete MathEnz of Math = open Prelude in {
+concrete MathEnz of Mathw = open Prelude in {
flags lexer = textlit ; unlexer = textlit ;
diff --git a/examples/math/MathSwz.gf b/examples/math/MathSwz.gf
index 39fdd3374..72e81ae06 100644
--- a/examples/math/MathSwz.gf
+++ b/examples/math/MathSwz.gf
@@ -1,6 +1,6 @@
--# -path=.:prelude
-concrete MathSwz of Math = open Prelude in {
+concrete MathSwz of Mathw = open Prelude in {
flags lexer = textlit ; unlexer = textlit ;