diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-10-08 23:35:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-10-08 23:35:20 +0200 |
commit | 405a9d4ec9806993a6453f0dfba78fc65d5e7993 (patch) | |
tree | 83096b186be61f0a0daca3b808ab2aeb58bfb352 /.dir-locals.el | |
parent | 2e1bafb03438757c7cc34c16230b00623507ff84 (diff) | |
download | patches-405a9d4ec9806993a6453f0dfba78fc65d5e7993.tar patches-405a9d4ec9806993a6453f0dfba78fc65d5e7993.tar.gz |
monads: Add 'mbegin'.
* guix/monads.scm (mbegin): New macro.
* tests/monads.scm ("mbegin"): New test.
* doc/guix.texi (The Store Monad): Document it.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index edc964123f..6cd55e7788 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -38,6 +38,7 @@ (eval . (put 'syntax-parameterize 'scheme-indent-function 1)) (eval . (put 'with-monad 'scheme-indent-function 1)) + (eval . (put 'mbegin 'scheme-indent-function 1)) (eval . (put 'mlet* 'scheme-indent-function 2)) (eval . (put 'mlet 'scheme-indent-function 2)) (eval . (put 'run-with-store 'scheme-indent-function 1)) |