All Versions
7
Latest Version
Avg Release Cycle
44 days
Latest Release
-
Changelog History
Changelog History
-
v0.2.2 Changes
- โ Add
Overloaded:Do
- ๐ GHC-8.10 support
- โ Add
-
v0.2.1 Changes
April 20, 2020- โ Add
Overloaded:Categories
, which makesArrows
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
- โ Add
-
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
andIntMap
Cons
andNil
instances - โ Add
bin
andral
instances
-
v0.1.3 Changes
November 20, 2019- โ Add
Nil
andCons
Set
andIntSet
instanes - โ Add 'fromList' function for homogeneous things.
- Enable
PolyKinds
forLists
instances.
- โ Add
-
v0.1.2 Changes
October 07, 2019- โ Add
Overloaded:RecordFields
type-checker plugin to emulateHasField
fromGHC.Record.Compat
- Add
Overloaded:IdiomBrackets
to turnTemplateHaskellQuotes
into idiom brackets
- โ Add
-
v0.1.1 Changes
September 11, 2019- โ Add
Overloaded.TypeNats
andOverloaded.TypeSymbols
- โ Add
FromSymbol s Day
instance validatingyyyy-mm-dd
format
- โ Add
-
v0.1 Changes
September 11, 2019- ๐ Initial release