The following code fails
describe id_(complex QQ^1)
With the following error:
error: no method found for applying unhold to:
{ 1 1 }
argument : {0:QQ <--------- QQ :0} (of class VerticalList)
{ | 1 | }
The cause appears to be that expression(ComplexMap) appears to return a VerticalList instead of an Expression.
@ggsmith @mahrud
The following code fails
With the following error:
The cause appears to be that
expression(ComplexMap)appears to return aVerticalListinstead of anExpression.@ggsmith @mahrud