All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.6.2 Changes
- ๐ Use
HashMap
s andIntSet
s internally for slightly better performance.
- ๐ Use
-
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.
- ๐ Use 'StableName's, making
-
v0.1 Changes
- ๐ Use unsafe pointer compares.