AfterPrint -- top level method applied after printing
This is used currently to print the type of the result of
a computation.
i1 : 3/4
3
o1 = -
4
o1 : QQ |
We could suppress that output for a single type as
follows.
i2 : QQ.AfterPrint = r -> r; |
i3 : 3/4
3
o3 = -
4 |
Methods for AfterPrint :