mlabs-haskell / lambda-buffers

LambdaBuffers toolkit for sharing types and their semantics between different languages
https://mlabs-haskell.github.io/lambda-buffers/
Apache License 2.0
29 stars 0 forks source link

compiler/typeclass-solver #43

Closed gnumonik closed 1 year ago

gnumonik commented 1 year ago

This PR contains the solver (rewritten to avoid use of flip), a few small changes in response to comments from the last PR, and a suite of tests for the solver.

@bladyjoker