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.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/parser.boot b/src/boot/parser.boot
index b55de2bc..129b3c91 100644
--- a/src/boot/parser.boot
+++ b/src/boot/parser.boot
@@ -451,7 +451,7 @@ bpImport() ==
bpTypeAliasDefition() ==
(bpTerm() or bpTrap()) and
bpEqKey "TDEF" and bpLogical() and
- bpPush TypeAlias(bpPop2(), bpPop1())
+ bpPush %TypeAlias(bpPop2(), bpPop1())
++ Parse a signature declaration
++ Signature: