aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-util.boot.pamphlet')
-rw-r--r--src/interp/g-util.boot.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot.pamphlet b/src/interp/g-util.boot.pamphlet
index fc247aee..1b5b9f38 100644
--- a/src/interp/g-util.boot.pamphlet
+++ b/src/interp/g-util.boot.pamphlet
@@ -230,7 +230,7 @@ freeOfSharpVars x ==
listOfSharpVars x ==
atom x => (isSharpVarWithNum x => LIST x; nil)
- setUnion(listOfSharpVars first x,listOfSharpVars rest x)
+ union(listOfSharpVars first x,listOfSharpVars rest x)
listOfPatternIds x ==
isPatternVar x => [x]