aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r--frontend/syntax.dcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl
index ab17380..c935783 100644
--- a/frontend/syntax.dcl
+++ b/frontend/syntax.dcl
@@ -186,7 +186,7 @@ instance == FunctionOrMacroIndex
| NewTypeCons !ParsedConstructor
| EmptyRhs !BITVECT
| AbstractTypeSpec !BITVECT !AType
- | ExtendableConses ![ParsedConstructor]
+ | ExtensibleConses ![ParsedConstructor]
| MoreConses !Ident ![ParsedConstructor]
:: CollectedDefinitions instance_kind =
@@ -526,7 +526,7 @@ cIsImportedObject :== False
| NewType !DefinedSymbol
| AbstractType !BITVECT
| AbstractSynType !BITVECT !AType
- | ExtendableAlgType ![DefinedSymbol]
+ | ExtensibleAlgType ![DefinedSymbol]
| AlgConses ![DefinedSymbol] !GlobalIndex
| UncheckedAlgConses !Ident ![DefinedSymbol]
| UnknownType