aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-11 20:47:10 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-11 20:47:10 +0000
commit9df910dc2e9a9a1eaf7a0e8d726a2181b1e31862 (patch)
treeda29042a8ae4bfb04d01ac7a67b34db81ffe2a95 /src/interp/g-util.boot
parent4d744926ba30ed64d68481878404d99c745cd595 (diff)
downloadopen-axiom-9df910dc2e9a9a1eaf7a0e8d726a2181b1e31862.tar.gz
Consistently use OIL opcodes for abstractions
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index c961dcc3..2fe0791b 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -210,7 +210,7 @@ macro builtinConstructor? s ==
--%
$AbstractionOperator ==
- '(LAM ILAM XLAM SPADSLAM LAMBDA %lambda)
+ '(LAM ILAM XLAM LAMBDA %lambda %slam)
++ Return the character designated by the string `s'.
stringToChar: %String -> %Char