guix/tests
Ludovic Courtès 81a97734e0 monads: Add the state monad.
* guix/monads.scm (state-return, state-bind, run-with-state,
  current-state, set-current-state, state-push, state-pop): New
  procedures.
  (%state-monad): New variable.
* tests/monads.scm (%monads): Add %STATE-MONAD.
  (%monad-run): Add 'run-with-state'.
  (values->list): New macro.
  ("set-current-state", "state-push etc."): New tests.
2015-01-17 23:45:48 +01:00
..
base32.scm
base64.scm
build-utils.scm
builders.scm packages: Convert source derivations to monadic style. 2015-01-14 14:42:10 +01:00
cpan.scm
derivations.scm
gexp.scm monads: Rewrite 'text-file*' using gexps. 2015-01-12 23:33:08 +01:00
guix-archive.sh
guix-authenticate.sh
guix-build.sh
guix-daemon.sh
guix-download.sh
guix-gc.sh
guix-hash.sh
guix-lint.sh
guix-package.sh
guix-register.sh
guix-system.sh
hash.scm
lint.scm tests: Properly synchronize threads in the 'home-page' lint tests. 2015-01-13 11:09:05 +01:00
monads.scm monads: Add the state monad. 2015-01-17 23:45:48 +01:00
nar.scm
packages.scm Merge branch 'core-updates' 2015-01-16 13:27:03 +01:00
pk-crypto.scm
pki.scm
profiles.scm
pypi.scm
records.scm
sets.scm Add (guix sets). 2015-01-11 23:50:01 +01:00
signing-key.pub
signing-key.sec
snix.scm
store.scm store: Add #:recursive? parameter to 'export-paths'. 2015-01-17 15:59:00 +01:00
substitute-binary.scm
syscalls.scm
test.drv
ui.scm
union.scm
utils.scm