diff options
Diffstat (limited to 'language/l2_parse.ott')
| -rw-r--r-- | language/l2_parse.ott | 6 |
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 }} |
