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
It's very slow for ≤-total to decide which constructor to use, especially compared to ≤?. This is an issue using Data.Nat with code generic over a TotalOrder - it's far slower than it could be.
It's very slow for
≤-totalto decide which constructor to use, especially compared to≤?. This is an issue usingData.Natwith code generic over aTotalOrder- it's far slower than it could be.