Gustav said:
> The question
>
> t>type a vector
> c>vector
> a>vector([1,2])
> end>
>
> compiles alright but when I try it it gives me:
>
> Error in MakeInstance:
> invalid input: aim/TextQuestion/BasicValidation expects its 3rd argument,
> reqtype_, to be of type type, but received this[MapleType]
>
> Does that happen to you as well? Is that a bug?
I have committed a fix. This involves changing the way that
`Class/IndexFunction`
evaluates its arguments. The new behaviour seems to be the right one, but
it may
well cause some glitches elsewhere.
Neil
|