Changelog
3.1.1 - March 13, 2017
Changelog
3.1.0 - September 3, 2016
Maybe
Reader
Writer
Changelog
3.0.0 - September 2, 2016
akh.Type
and ``akh.TypeT`akh.next
m.run()
instance methods to all types.Changelog
2.1.0 - November 20, 2015
EitherT.runEitherT
and Either.runEither
to extract either values
without needing to pass in callback functions.Changelog
2.0.1 - November 18, 2015
Changelog
2.0.0 - April 13, 2014
akh::spec::*
.get
put
and modify
in most base types.Codensity
monad.akh::trans::state
has the main, stack safe impl which auto wraps in a Codensity
.akh::trans::statei
has the actual impl, which is stack unsafe but should be used in
stacks so as not to dup the Codensity
logic.Changelog
1.1.2 - April 10, 2014
Changelog
1.1.1 - April 7, 2014
Changelog
1.1.0 - April 3, 2014
base::liftA
and base::liftA2
to lift to an applicative.ac
that curries f
with the argument a
.