diff options
| author | Kathy Gray | 2015-12-17 13:06:06 +0000 |
|---|---|---|
| committer | Kathy Gray | 2015-12-17 13:06:06 +0000 |
| commit | 0b940fb7c599e2e47cc21a2708d4cae13cb1d934 (patch) | |
| tree | cc43e420f8cc174505a3230fdd2a7ed5ec7ebf2c /language/l2.lem | |
| parent | 03ce76667d484574b996722f07d0f7570208756e (diff) | |
First bit of gluing mips onto interpreter and eventually ppcmem infrastructure
Diffstat (limited to 'language/l2.lem')
| -rw-r--r-- | language/l2.lem | 2 |
1 files changed, 1 insertions, 1 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*) |
