aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.monad.list.scm
blob: 7292bd1644a25d4972aeb892cc7e0b703df5b171 (about) (plain)
1
2
3
4
5
(import (only (algebraic-structures monad make)))
(import (only (algebraic-structures monad list base)))

(module (algebraic-structures monad list) =
  ((algebraic-structures monad make) (algebraic-structures monad list base)))