summaryrefslogtreecommitdiff
path: root/language/l2.ott
diff options
context:
space:
mode:
Diffstat (limited to 'language/l2.ott')
-rw-r--r--language/l2.ott6
1 files changed, 2 insertions, 4 deletions
diff --git a/language/l2.ott b/language/l2.ott
index 599e89bf..905c330a 100644
--- a/language/l2.ott
+++ b/language/l2.ott
@@ -41,8 +41,6 @@ metavar regexp ::=
embed
{{ ocaml
-type text = string
-
type l = Parse_ast.l
type 'a annot = l * 'a
@@ -72,7 +70,7 @@ val subst : forall 'a. list 'a -> list 'a -> bool
}}
metavar x , y , z ::=
- {{ ocaml text }}
+ {{ ocaml string }}
{{ lem string }}
{{ hol string }}
{{ com identifier }}
@@ -81,7 +79,7 @@ metavar x , y , z ::=
metavar ix ::=
{{ lex alphanum }}
- {{ ocaml text }}
+ {{ ocaml string }}
{{ lem string }}
{{ hol string }}
{{ com infix identifier }}