You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to come up with a much better message than the current:
Error in file 'incorrectTensorLength.vcl' at Line 2, Columns 10-11: unable to work out a valid type for the overloaded expression '[1]'.
Type checking has deduced that it is of type:
forallT {A} . Vector A 1 -> ?4 A
but '[1]' has only the following valid types:
forallT {A} . Vector A n -> List A
forallT {A} . Vector A n -> (\ A -> Vector A n) A
The text was updated successfully, but these errors were encountered:
Test:
We should be able to come up with a much better message than the current:
The text was updated successfully, but these errors were encountered: