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
language GradedBase
data Bool = True | False
flib : Bool % 2 -> (Bool, Bool)
flib x = (case x of True -> True; False -> False, case x of True -> True; False -> False)
But the predicate does not seem to be includes the poly shape conditions and this is worrying.... there is probably then an example which should fail and doesn't because of this.
The text was updated successfully, but these errors were encountered:
This works:
But the predicate does not seem to be includes the poly shape conditions and this is worrying.... there is probably then an example which should fail and doesn't because of this.
The text was updated successfully, but these errors were encountered: