You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular, I believe apart from data type generation, everything can and probably should be derived via GHC Generics to provide more general and stable support:
instances for Sinkable, CoSinkable, UnifiablePattern
maybe, generic functions for the foil (not the free foil):
substitution
$\alpha$-equivalence checks
conversion functions
The text was updated successfully, but these errors were encountered:
In particular, I believe apart from data type generation, everything can and probably should be derived via GHC Generics to provide more general and stable support:
instances for
Sinkable
,CoSinkable
,UnifiablePattern
maybe, generic functions for the foil (not the free foil):
The text was updated successfully, but these errors were encountered: