Plutonomicon / plutarch-core

Plutarch 2.0
MIT License
19 stars 6 forks source link

Clean up implementation of Plutarch.Internal.Utilities #43

Open L-as opened 1 year ago

L-as commented 1 year ago

The proofs can in hindsight be made much more elegant. Performance also needs to be considered, everything that can be represented as an integer should be an integer. Many GADTs should be made into fully erased data families too.

L-as commented 1 year ago

Existential types would help a shit ton. Should probably be made a priority.