summaryrefslogtreecommitdiff
path: root/language/l2_parse.ml
diff options
context:
space:
mode:
Diffstat (limited to 'language/l2_parse.ml')
-rw-r--r--language/l2_parse.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/l2_parse.ml b/language/l2_parse.ml
index 92d00530..741a8a94 100644
--- a/language/l2_parse.ml
+++ b/language/l2_parse.ml
@@ -5,7 +5,7 @@ type text = string
type l =
| Unknown
- | Trans of string * l option
+ | Int of string * l option
| Range of Lexing.position * Lexing.position
type 'a annot = l * 'a