aboutsummaryrefslogtreecommitdiff
path: root/monad/monoid.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-18 18:43:51 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-18 18:43:51 +0100
commite650a80856edc1d1df1f163c3f84082455717fa0 (patch)
tree4848ad975d95f5765980980d0e10ed0752e553f9 /monad/monoid.scm
parentAssorted comments and cleanup. (diff)
downloadscheme-monad-e650a80856edc1d1df1f163c3f84082455717fa0.tar.gz
scheme-monad-e650a80856edc1d1df1f163c3f84082455717fa0.tar.xz
Compleately redid file structure.
Diffstat (limited to '')
-rw-r--r--monad/monoid.scm (renamed from data/monoid.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/monoid.scm b/monad/monoid.scm
index d33557e..4b10a72 100644
--- a/data/monoid.scm
+++ b/monad/monoid.scm
@@ -1,5 +1,5 @@
;;; ???
-(define-module (data monoid)
+(define-module (monad monoid)
#:use-module (oop goops)
#:use-module (srfi srfi-1)
#:export (null mappend <>))