diff options
| author | Christopher | 2015-12-21 00:26:05 +0100 |
|---|---|---|
| committer | Christopher | 2015-12-21 00:26:05 +0100 |
| commit | 3b2484a8d10a35b31b6071e39fd2c3018b007b46 (patch) | |
| tree | 5140f78857680aa6fce48fcff946e0773045f2a9 /language | |
| parent | ce7431d8e452952329439564969f8b592a01563b (diff) | |
| parent | f7a642bd3f8a5436873d0163114a30dad23ba9c2 (diff) | |
Merge branch 'master' of https://bitbucket.org/Peter_Sewell/l2
Diffstat (limited to 'language')
| -rw-r--r-- | language/l2.lem | 2 | ||||
| -rw-r--r-- | language/l2.ott | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/language/l2.lem b/language/l2.lem index dbfcb832..d097c902 100644 --- a/language/l2.lem +++ b/language/l2.lem @@ -7,7 +7,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*) 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*) |
