alql.spad line 28 [edit on github]
This domain implements a container of information about the FriCAS library
coerce(s)
converts s
into an IndexCard
. Warning: if s
is not of the right format then an error will occur when using it.
display(ic)
prints a summary of the information contained in ic
.
elt(ic, s)
selects a particular field from ic
. Valid fields are name, nargs, exposed, type, abbreviation, kind, origin, params, condition, doc
.
fullDisplay(ic)
prints all of the information contained in ic
.