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

(module (algebraic-structs monoid number product) = ((algebraic-structs monoid make)
                                                     (algebraic-structs monoid number product base)))