aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structs.monoid.list.scm
blob: 226fcd4065e280f9d682501bf954dba46c70ca3e (about) (plain)
1
2
3
4
5
(import (only (algebraic-structs monoid list base)))
(import (only (algebraic-structs monoid make)))

(module (algebraic-structs monoid list) = ((algebraic-structs monoid make)
                                           (algebraic-structs monoid list base)))