-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add liftCompare & friends #310
Comments
What is |
Does the class definition give sufficient information? class (Eq1 f, forall a. Ord a => Ord (f a)) => Ord1 (f :: Type -> Type) where Related |
We don't yet support this syntax on the left side of the
How would we implement this? |
Part of the purpose of |
Ok, I misread the Haskell docs. I thought |
Could a function like this be added? https://hackage.haskell.org/package/base-4.19.0.0/docs/Data-Functor-Classes.html#v:liftCompare
In which module should such function go?
The text was updated successfully, but these errors were encountered: