1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

Add (guix monad-repl).

* guix/monad-repl.scm: New file.
* guix.scm: Add it.
* Makefile.am (MODULES): Add it.
* doc/guix.texi (The Store Monad): Document it.
This commit is contained in:
Ludovic Courtès
2014-08-15 16:22:11 +02:00
parent c0b9213dbb
commit b9b8607824
4 changed files with 110 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@
ftp-client
gexp
monads
monad-repl
packages
store
utils))