Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
235 contributions in the last year
Contribution activity
November 1, 2020
October 2020
Created an issue in acple/purescript-nested-functor that received 8 comments
Less enough Functional dependencies
For type inference, I think this should/can have fundeps as: class NestedFunctor fa fb a b | fb a b -> fa, fa fb b -> a, fa a b -> fb, fa fb a -> b w…