monads: Add 'mwhen' and 'munless'.
[jackhill/guix/guix.git] / guix / monads.scm
2014-12-02 Ludovic Courtèsmonads: Add 'mwhen' and 'munless'.
2014-11-05 Ludovic Courtèsmonads: Remove unused 'nargs' parameter from 'lift'.
2014-10-08 Ludovic Courtèsmonads: Add 'mbegin'.
2014-08-28 Mark H WeaverMerge branch 'master' into core-updates
2014-08-28 Ludovic Courtèsgnu: Split (gnu packages base), adding (gnu packages...
2014-08-20 Mark H WeaverMerge branch 'master' into core-updates
2014-08-17 Ludovic Courtèsmonads: 'package-file' uses '%current-system' at '...
2014-08-17 Ludovic Courtèsmonads: Add 'package->cross-derivation' and #:target...
2014-07-28 Mark H WeaverMerge branch 'master' into core-updates
2014-07-24 Ludovic Courtèsmonads: Add 'interned-file'.
2014-07-13 Ludovic CourtèsMerge branch 'bug-17853'
2014-07-12 Ludovic Courtèsmonads: Fix 'mapm' so that effects happen from left...
2014-05-27 Ludovic CourtèsMerge branch 'master' into core-updates
2014-05-01 Ludovic Courtèsmonads, gexp: Remove unintended dependency on (gnu...
2014-05-01 Ludovic Courtèsgexp: Add support for 'origin?' objects in 'ungexp...
2014-04-28 Ludovic Courtèsmonads: Hide 'derivation-expression' and 'lower-inputs'.
2014-02-21 Ludovic CourtèsMerge branch 'master' into core-updates
2014-02-03 Ludovic Courtèsmonads: Add 'text-file*'.
2014-01-29 Ludovic Courtèsmonads: Add 'imported-modules' and 'compiled-modules'.
2013-12-09 Ludovic Courtèsgnu: Add (gnu system).
2013-12-09 Ludovic Courtèsmonads: Fix 'anym'.
2013-12-05 Ludovic Courtèsmonads: Remove erroneous comment.
2013-10-03 Ludovic Courtèsmonads: Allow resolution of a monad's bind/return at...
2013-10-03 Ludovic CourtèsAdd (guix monads).