summaryrefslogtreecommitdiff
path: root/language/l2.ott
diff options
context:
space:
mode:
Diffstat (limited to 'language/l2.ott')
-rw-r--r--language/l2.ott2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/l2.ott b/language/l2.ott
index 3abad576..87fddc49 100644
--- a/language/l2.ott
+++ b/language/l2.ott
@@ -57,7 +57,7 @@ open import Set_extra
type l =
| Unknown
- | Trans of string * maybe l
+ | Int of string * maybe l (*Internally generated*)
| Range of string * nat * nat * nat * nat
type annot 'a = l * 'a