OutputForm height
A system for computer algebra and symbolic mathematics
Brought to you by:
dos-reis
The OutputForm function "height: OutputForm -> Integer" returns "1" no matter the size of the OutputForm. For instance:
height ['111::OutputForm, '222::OutputForm]
returns with "1" and not (for instance) "2". I believe it should be "2" because the following:
width ['111::OutputForm, '222::OutputForm]
returns with "3".