aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/drawopt.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-21 02:03:15 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-21 02:03:15 +0000
commit58dc9f8145468998071a2a69d3dbfb6c710eab39 (patch)
tree55dc479b3854da39e13abd1281904e148e7f3f7e /src/algebra/drawopt.spad.pamphlet
parent8887fe1d244a40fdc3980d87e30f445249ecdf2e (diff)
downloadopen-axiom-58dc9f8145468998071a2a69d3dbfb6c710eab39.tar.gz
* interp/modemap.boot (augModemapsFromDomain): Don't add modemaps
for element types of Vector or List aggregates. * algebrar/: Adjust algebras that depended on this behaviour.
Diffstat (limited to 'src/algebra/drawopt.spad.pamphlet')
-rw-r--r--src/algebra/drawopt.spad.pamphlet1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/algebra/drawopt.spad.pamphlet b/src/algebra/drawopt.spad.pamphlet
index c24e8fae..2b5b0dce 100644
--- a/src/algebra/drawopt.spad.pamphlet
+++ b/src/algebra/drawopt.spad.pamphlet
@@ -244,6 +244,7 @@ DrawOptionFunctions1(S:Type): Exports == Implementation where
++ is contained in the list of drawing options, l, which is defined
++ by the draw command.
Implementation ==> add
+ import DrawOption
option(l, s) ==
(u := option(l, s)@Union(Any, "failed")) case "failed" => "failed"
retract(u::Any)$AnyFunctions1(S)