aboutsummaryrefslogtreecommitdiff
path: root/src/boot/parser.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/parser.boot')
-rw-r--r--src/boot/parser.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/parser.boot b/src/boot/parser.boot
index 10970e82..6eeaa392 100644
--- a/src/boot/parser.boot
+++ b/src/boot/parser.boot
@@ -443,9 +443,9 @@ bpImport() ==
-- type-alias-definition:
-- identifier <=> logical-expression
bpTypeAliasDefition() ==
- (bpName() or bpTrap()) and
+ (bpTerm() or bpTrap()) and
bpEqKey "TDEF" and bpLogical() and
- bpPush TypeAlias(bpPop2(), nil, bpPop1())
+ bpPush TypeAlias(bpPop2(), bpPop1())
++ Parse a signature declaration
++ Signature: