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

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