Add (guix monads).
authorLudovic Courtès <ludo@gnu.org>
Thu, 3 Oct 2013 20:45:25 +0000 (22:45 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 3 Oct 2013 21:12:20 +0000 (23:12 +0200)
commitb860f382447a360ea2ce8a89d3357279cc652c3a
treed897f612bde6d3e3a4b78af7cab3a357d4748539
parentc8957c77d65bdb6c0bd9afb009f79279ffc6e129
Add (guix monads).

* guix/monads.scm: New file.
* tests/monads.scm: New file.
* Makefile.am (MODULES): Add guix/monads.scm.
  (SCM_TESTS): Add tests/monads.scm.
* doc/guix.texi (The Store Monad): New node.
  (The Store): Reference it.
.dir-locals.el
Makefile.am
doc/guix.texi
guix/monads.scm [new file with mode: 0644]
tests/monads.scm [new file with mode: 0644]