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

Changelog History

  • v0.2.2 Changes

    • โž• Add Overloaded:Do
    • ๐Ÿ‘ GHC-8.10 support
  • v0.2.1 Changes

    April 20, 2020
    • โž• Add Overloaded:Categories, which makes Arrows notation desugar to categories, a bit like in Conal Elliot's Compiling to Categories.
    • Add Overloaded:Do, which is like Local Do
    • โž• Add Overloaded:Unit, which overloads value () to be whatever you want
    • ๐Ÿ‘ GHC-8.10 support
  • v0.2 Changes

    December 14, 2019
    • ๐Ÿ‘‰ Make infixr 5 cons
    • ๐Ÿ‘‰ Make Vec, NP and POP instances match more eagerly
    • โž• Add Overloaded.Lists.Bidi
    • โž• Add Seq, Map and IntMap Cons and Nil instances
    • โž• Add bin and ral instances
  • v0.1.3 Changes

    November 20, 2019
    • โž• Add Nil and Cons Set and IntSet instanes
    • โž• Add 'fromList' function for homogeneous things.
    • Enable PolyKinds for Lists instances.
  • v0.1.2 Changes

    October 07, 2019
    • โž• Add Overloaded:RecordFields type-checker plugin to emulate HasField from GHC.Record.Compat
    • Add Overloaded:IdiomBrackets to turn TemplateHaskellQuotes into idiom brackets
  • v0.1.1 Changes

    September 11, 2019
    • โž• Add Overloaded.TypeNats and Overloaded.TypeSymbols
    • โž• Add FromSymbol s Day instance validating yyyy-mm-dd format
  • v0.1 Changes

    September 11, 2019
    • ๐ŸŽ‰ Initial release