summaryrefslogtreecommitdiff
path: root/language/l2_parse.ott
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-07-26 14:12:09 +0100
committerAlasdair Armstrong2017-07-26 14:12:09 +0100
commit678ab0e23ba4a8d95010df2bd2467dae7d544e29 (patch)
tree0b2e02773327b9483f24b2e1ad46b7235ec9633e /language/l2_parse.ott
parent26e59493cde0ffbf1868426fe3bec158f2dbaad0 (diff)
parent18cf235fad35a0e06e26ea91ee0e1c673febddb8 (diff)
Merge remote-tracking branch 'origin/master' into sail_new_tc
Diffstat (limited to 'language/l2_parse.ott')
-rw-r--r--language/l2_parse.ott6
1 files changed, 2 insertions, 4 deletions
diff --git a/language/l2_parse.ott b/language/l2_parse.ott
index 28803cb6..49df4908 100644
--- a/language/l2_parse.ott
+++ b/language/l2_parse.ott
@@ -41,8 +41,6 @@ metavar regexp ::=
embed
{{ ocaml
-type text = string
-
type l =
| Unknown
| Int of string * l option
@@ -77,7 +75,7 @@ val subst : forall 'a. list 'a -> list 'a -> bool
}}
metavar x , y , z ::=
- {{ ocaml text }}
+ {{ ocaml string }}
{{ lem string }}
{{ hol string }}
{{ com identifier }}
@@ -86,7 +84,7 @@ metavar x , y , z ::=
metavar ix ::=
{{ lex alphanum }}
- {{ ocaml text }}
+ {{ ocaml string }}
{{ lem string }}
{{ hol string }}
{{ com infix identifier }}