Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 547 Bytes

ChangeLog.md

File metadata and controls

22 lines (13 loc) · 547 Bytes

Changelog for type-errors

0.2.0.2 (2023-04-08)

  • Bumped version bounds

0.2.0.1 (2022-11-24)

  • Bumped version bounds

0.2.0.0 (2019-07-03)

Breaking Changes

  • The UnlessPhantom and various Subst type families were broken in the presence of stuckness. This rendered them almost entirely unusable --- so they now have a new implementation in terms of te.
  • Added te, a TemplateHaskell splice, which will perform symbolic substitutions over types. See haddock for the migration details.

Unreleased changes