We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84502a commit 90908c6Copy full SHA for 90908c6
M2/Macaulay2/d/sets.dd
@@ -34,9 +34,9 @@ makeSet(e:Expr):Expr := (
34
when e
35
is v:Sequence do makeSet(v)
36
is w:List do if ancestor(w.Class,visibleListClass) then makeSet(w.v)
37
- else WrongArg("a visible list")
+ else WrongArg("a visible list or a hash table")
38
is h:HashTable do makeSet(h)
39
- else WrongArg("a visible list"));
+ else WrongArg("a visible list or a hash table"));
40
setupfun("set",makeSet);
41
42
-- object is beingInitialized:
0 commit comments