From b860f382447a360ea2ce8a89d3357279cc652c3a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 3 Oct 2013 22:45:25 +0200 Subject: 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. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7dc79e26e4..22a3b0824d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ MODULES = \ guix/records.scm \ guix/hash.scm \ guix/utils.scm \ + guix/monads.scm \ guix/serialization.scm \ guix/nar.scm \ guix/derivations.scm \ @@ -107,6 +108,7 @@ SCM_TESTS = \ tests/packages.scm \ tests/snix.scm \ tests/store.scm \ + tests/monads.scm \ tests/nar.scm \ tests/union.scm -- cgit v1.2.3