Closed RyanGlScott closed 1 month ago
This adds DForallE and DConstrainedE constructors to DExp, mirroring similar changes on the template-haskell side in GHC 9.12.
DForallE
DConstrainedE
DExp
template-haskell
Checks off one box in #221.
This adds
DForallE
andDConstrainedE
constructors toDExp
, mirroring similar changes on thetemplate-haskell
side in GHC 9.12.Checks off one box in #221.