diff options
Diffstat (limited to 'language/l2.ott')
| -rw-r--r-- | language/l2.ott | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/l2.ott b/language/l2.ott index 94362c44..d5c92fe6 100644 --- a/language/l2.ott +++ b/language/l2.ott @@ -57,7 +57,7 @@ open import Set_extra type l = | Unknown - | Int of string * l option (*internal types, functions*) + | Int of string * maybe l (*internal types, functions*) | Range of string * nat * nat * nat * nat | Generated of l (*location for a generated node, where l is the location of the closest original source*) |
