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
Added deriveGADT for deriving all relevant instances for GADTs. (#267)
Added EvalModeConvertible for a unified constraint for the evaluation modes that can be converted to each other with ToCon and ToSym. (#267)
Changed
[Breaking] We no longer support direct toCon from a union to a single value or toSym from a single value to a union. These should now be done through mrgToSym, toUnionSym, and unionToCon. (#267)
[Breaking] Changed the EvalMode tag for Con to C and Sym to S. (#267)
Fixed
Fixed some missing constraints for unified interfaces. (#267)
Fixed badly staged types in the lifting of terms. (#267)
Fixed the Read instance for bit-vectors on GHC 9.12. (#267)
Removed
Removed old template-haskell-based derivation mechanism. (#267)