summaryrefslogtreecommitdiff
path: root/tests/monads.scm
AgeCommit message (Expand)AuthorFilesLines
2025-03-05gexp: ‘with-parameters’ properly handles ‘%graft?’.David Elsing1-11/+9
2022-10-22Remove now unnecessary uses of (guix grafts).Ludovic Courtès1-1/+0
2022-07-10monads: Add 'mparameterize'.Ludovic Courtès1-1/+14
2016-04-03build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin1-3/+0
2016-03-06tests: Disable grafting by default for most tests.Ludovic Courtès1-1/+5
2015-09-04monads: Fix 'liftN' fallback case.Ludovic Courtès1-1/+3
2015-06-08monads: Allow n-ary '>>=' expressions.Ludovic Courtès1-0/+13
2015-05-27monads: 'foldm', 'mapm', and 'anym' now take a list of regular values.Ludovic Courtès1-6/+7
2015-01-17monads: Add the state monad.Ludovic Courtès1-2/+33
2015-01-14monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès1-2/+1
2015-01-12monads: Remove 'derivation-expression'.Ludovic Courtès1-21/+0
2015-01-12monads: Rewrite 'text-file*' using gexps.Ludovic Courtès1-25/+1
2014-10-08monads: Add 'mbegin'.Ludovic Courtès1-1/+16
2014-10-05gnu: cross-base: Use the right dynamic linker name.Ludovic Courtès1-4/+4
2014-08-23Factorize test suite support in (guix tests).Ludovic Courtès1-4/+2
2014-08-17monads: 'package-file' uses '%current-system' at '>>=' time.Ludovic Courtès1-0/+14
2014-08-17monads: Add 'package->cross-derivation' and #:target for 'package-file'.Ludovic Courtès1-0/+11
2014-07-24monads: Add 'interned-file'.Ludovic Courtès1-0/+10
2014-07-12monads: Fix 'mapm' so that effects happen from left to right.Ludovic Courtès1-6/+8
2014-04-28monads: Hide 'derivation-expression' and 'lower-inputs'.Ludovic Courtès1-0/+3
2014-02-03monads: Add 'text-file*'.Ludovic Courtès1-1/+25
2013-12-10monads: Fix 'anym'.Ludovic Courtès1-0/+12
2013-12-04derivations: Use more keyword parameters for 'build-expression->derivation'.Ludovic Courtès1-2/+3
2013-10-03monads: Allow resolution of a monad's bind/return at expansion time.Ludovic Courtès1-0/+5
2013-10-03Add (guix monads).Ludovic Courtès1-0/+163