All Versions
23
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 3

  • v1.1.1 Changes

    • Made compatible with HEAD after change in role annotation syntax.
  • v1.1 Changes

    • โž• Added module Language.Haskell.TH.Desugar.Expand, which allows for expansion of type synonyms in desugared types.
    • โž• Added Show, Typeable, and Data instances to desugared types.
    • ๐Ÿ›  Fixed bug where an as-pattern in a let statement was scoped incorrectly.
    • ๐Ÿ”„ Changed signature of dsPat to be more specific to as-patterns; this allowed for fixing the let scoping bug.
    • Created new functions dsPatOverExp and dsPatsOverExp to allow for easy desugaring of patterns.
    • ๐Ÿ”„ Changed signature of dsLetDec to return a list of DLetDecs.
    • โž• Added dsLetDecs for convenience. Now, instead of using mapM dsLetDec, you should use dsLetDecs.
  • v1.0 Changes

    • ๐ŸŽ‰ Initial release