All Versions
3
Latest Version
0.4
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.4 Changes

    • I integrated all of the changes made during writing up my dissertation -- mostly superficial/renamings, though I did realize that the DCsOf wrapper was superfluous.

    • In particular, I renamed @exact_case@ to @precise_case@, which is polyvariadic in the ad-hoc cases. This makes for code that very much resembles a normal case expression.

  • v0.2 Changes

    • drastic simplifications when writing the ICFP submission

    • I'll eventually work those older features back in --- Though it is extremely unlikely, I apologize if you were using them.

  • v0.1 Changes

    • ๐Ÿ‘Œ improved the treatment of automatically generating algebras
    • emphasizing DCOf over DCU
    • ๐Ÿ“š moved all of the documentation from README to http://code.google.com/p/yoko
    • still obsessively tweaking names throughout the library
    • ๐Ÿ‘Œ improved the treatment of unique constructors
    • โž• added SiblingOf and a corresponding superclass constraint to DT