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
921 contributions in the last year
Contribution activity
October 2020
- Profpatsch/purescript-bridge Haskell
Created a pull request in shmish111/purescript-bridge that received 3 comments
implement GDataConstructor for `V1`/`NoConstructors`
Implements support for bridging Void-like phantom types
It should be possible to bridge types that do not have any
constructors, e.g. ones that are…