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

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