summaryrefslogtreecommitdiff
path: root/language/l2_parse.ott
diff options
context:
space:
mode:
Diffstat (limited to 'language/l2_parse.ott')
-rw-r--r--language/l2_parse.ott1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/l2_parse.ott b/language/l2_parse.ott
index 83da93ad..ae6d89bb 100644
--- a/language/l2_parse.ott
+++ b/language/l2_parse.ott
@@ -46,6 +46,7 @@ type text = string
type l =
| Unknown
| Int of string * l option
+ | Generated of l
| Range of Lexing.position * Lexing.position
type 'a annot = l * 'a