From 561fb6c31fbbc9ae91bc2ce338cefc841b284644 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 17 Jan 2015 23:43:41 +0100 Subject: doc: Document '%state-monad' and update '%store-monad' description. * doc/guix.texi (The Store Monad): Document '%state-monad' and related procedures. Describe '%store-monad' as an alias for '%state-monad'. * guix/monads.scm: Update commentary. --- guix/monads.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/monads.scm b/guix/monads.scm index 62397dae7c..5bb860aadd 100644 --- a/guix/monads.scm +++ b/guix/monads.scm @@ -60,7 +60,7 @@ ;;; Commentary: ;;; ;;; This module implements the general mechanism of monads, and provides in -;;; particular an instance of the "store" monad. The API was inspired by that +;;; particular an instance of the "state" monad. The API was inspired by that ;;; of Racket's "better-monads" module (see ;;; ). ;;; The implementation and use case were influenced by Oleg Kysielov's -- cgit v1.2.3