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

Changelog History

  • v0.6.2 Changes

    • ๐ŸŽ Use HashMaps and IntSets internally for slightly better performance.
  • v0.6.1 Changes

    • ๐Ÿ›  Fix warnings in GHC 7.10.
  • v0.5 Changes

    • ๐Ÿ”€ Merge the mono-typed and dynamic version again, by using 'DynStableName', an unphantomized version of StableName.
  • v0.4 Changes

    • ๐Ÿ‘‰ Use 'Int' as a synonym for 'Unique' rather than 'Data.Unique' for node ids, by popular demand.
  • v0.3 Changes

    • Provide two versions of 'MuRef', the mono-typed version, for trees of a single type, and the dynamic-typed version, for trees of different types.
  • v0.2 Changes

    • ๐Ÿ‘‰ Use 'StableName's, making data-reify much faster.
  • v0.1 Changes

    • ๐Ÿ‘‰ Use unsafe pointer compares.