summaryrefslogtreecommitdiff
path: root/language
diff options
context:
space:
mode:
Diffstat (limited to 'language')
-rw-r--r--language/l2.lem1
-rw-r--r--language/l2_typ.ott1
2 files changed, 2 insertions, 0 deletions
diff --git a/language/l2.lem b/language/l2.lem
index e3a52dfa..60b566a9 100644
--- a/language/l2.lem
+++ b/language/l2.lem
@@ -510,6 +510,7 @@ type tag = (* Data indicating where the identifier arises and thus information
| Tag_default (* Type has come from default declaration, identifier may not be bound locally *)
| Tag_spec
| Tag_enum
+ | Tag_alias
type t = (* Internal types *)
diff --git a/language/l2_typ.ott b/language/l2_typ.ott
index a3d6b15f..234f22b4 100644
--- a/language/l2_typ.ott
+++ b/language/l2_typ.ott
@@ -67,6 +67,7 @@ tag :: 'Tag_' ::=
| Default :: :: default {{ com Type has come from default declaration, identifier may not be bound locally }}
| Spec :: :: spec
| Enum :: :: enum
+ | Alias :: :: alias
ne :: 'Ne_' ::=
{{ com internal numeric expressions }}