aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-06-21 16:12:07 +0000
committerdos-reis <gdr@axiomatics.org>2011-06-21 16:12:07 +0000
commit4e5497862c2e37f86114b21f03e443072ec6abf0 (patch)
treed6f87b73399ca147d1b0f842789bdc40daf96885 /src/interp
parentbdd0e1a0d79cc6fa23272d92863f35faebf366d7 (diff)
downloadopen-axiom-4e5497862c2e37f86114b21f03e443072ec6abf0.tar.gz
* interp/buildom.boot (MappingCategory): Take argument by value.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/buildom.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/buildom.boot b/src/interp/buildom.boot
index 5e666fcf..df276d9d 100644
--- a/src/interp/buildom.boot
+++ b/src/interp/buildom.boot
@@ -459,7 +459,7 @@ coerceUn2E(x,source) ==
++ A domain that satisfy this predicate provides implementation
++ to abstraction that map values from some type to values
++ of another type.
-MappingCategory(:"sig") ==
+MappingCategory(:sig) ==
sig = nil =>
error '"MappingCategory requires at least one argument"
cat := eval ['Join,$Type,