The ")show Union" error can be simply fixed:
(P.S. you can do the debugging by:
)set break break
)show Union
backtrace <-- at debugger prompt
to see the error is coming from "show_union_msg1".
)
- Qian
diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot
index 7b281a18..3c4dd760 100644
--- a/src/interp/i-syscmd.boot
+++ b/src/interp/i-syscmd.boot
@@ -2135,7 +2135,7 @@
'" In order for more information to be displayed about %1b ,",
'" you must give it specific arguments. For example: %2b %l",
'" You can also use the HyperDoc Browser."),
- [Union, '")show Union(a: Integer, b: String)"])
+ ['Union, '")show Union(a: Integer, b: String)"])
show_union_msg2() == say_msg("S2IZ0045U", CONCAT(
'"Untagged union: Union(A, ..., B) %l",
@@ -2146,7 +2146,7 @@
'" In order for more information to be displayed about %1b ,",
'" you must give it specific arguments. For example: %2b %l",
'" You can also use the HyperDoc Browser."),
- [Union, '")show Union(a: Integer, b: String)"])
+ ['Union, '")show Union(Integer, String)"])
showSpad2Cmd l ==
l = [NIL] => helpSpad2Cmd '(show)
> --
> You received this message because you are subscribed to the Google
> Groups "FriCAS - computer algebra system" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
fricas-devel...@googlegroups.com <mailto:
fricas-
>
devel+un...@googlegroups.com>.
> To view this discussion visit
https://groups.google.com/d/msgid/fricas-
> devel/CAHnU2dY7jLxnya9i9k%2BAncEOki-
> SK%3D2VhWtrCf9BEA%3DguboRNw%
40mail.gmail.com <
https://groups.google.com/
> d/msgid/fricas-devel/CAHnU2dY7jLxnya9i9k%2BAncEOki-
> SK%3D2VhWtrCf9BEA%3DguboRNw%
40mail.gmail.com?
> utm_medium=email&utm_source=footer>.