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
Branch develop/mochi-backend. Cons x y[2] can be parsed in two ways, as (Cons x y)[2] and Cons x (y[2]). Perhaps, the second argument of Cons should be lhs?