aboutsummaryrefslogtreecommitdiff
path: root/src/interp/astr.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/astr.boot')
-rw-r--r--src/interp/astr.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/astr.boot b/src/interp/astr.boot
index 32f656fb..9597e934 100644
--- a/src/interp/astr.boot
+++ b/src/interp/astr.boot
@@ -35,9 +35,9 @@ import vmlisp
namespace BOOT
module astr where
ncTag: %Thing -> %Symbol
- ncAlist: %Thing -> %List
- ncEltQ: (%List,%Thing) -> %Thing
- ncPutQ: (%List,%Thing,%Thing) -> %Thing
+ ncAlist: %Thing -> %List %Thing
+ ncEltQ: (%List %Thing,%Thing) -> %Thing
+ ncPutQ: (%List %Thing,%Thing,%Thing) -> %Thing
--% Attributed Structures (astr)
-- For objects which are pairs where the first field is either just a tag