Plutonomicon / plutarch-core

Plutarch 2.0
MIT License
19 stars 6 forks source link

Support _generating_ type class instances #35

Open L-as opened 1 year ago

L-as commented 1 year ago

This is much harder than it sounds. Given a target language that supports type classes, we want to be able to make use of that feature. This is useful if you're interacting with libraries in that ecosystem that use type classes. This will be of heavy importance in a future PureScript or Rust backend.