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
(see also #55)
The following fails for reasons unknown:
type nat is (int n) where n >= 0
type pos is (nat p) where p > 0
type expr is nat | {expr lhs}
type posExpr is pos | {posExpr lhs}
function f(posExpr e1) -> expr:
return e1
The text was updated successfully, but these errors were encountered:
(see also #55)
The following fails for reasons unknown:
The text was updated successfully, but these errors were encountered: