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
Looks like you've tried to use _≤ᵇ_ as the order relation, but this is a function returning a Boolean -- we want the relation to return evidence that one number is smaller than another. You could use _<_ from Data.Nat.Base instead.
Error:
Agda.Builtin.Bool.Bool !=< Set
The text was updated successfully, but these errors were encountered: