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
In the current implementation, V t1 t2 is equivalent to V (t1, t2), even in the surface language. Shown by misc/pass_differing-num-con-args-1.cogent and misc/pass_differing-num-con-args.cogent. We may want to change this behaviour.
The text was updated successfully, but these errors were encountered:
In the current implementation,
V t1 t2
is equivalent toV (t1, t2)
, even in the surface language. Shown bymisc/pass_differing-num-con-args-1.cogent
andmisc/pass_differing-num-con-args.cogent
. We may want to change this behaviour.The text was updated successfully, but these errors were encountered: