blob: 5f729e270e1aecd91d2e2baf2bcd312013bf515f (
about) (
plain)
1
2
3
4
5
|
(import (only (algebraic-structs foldable list base)))
(import (only (algebraic-structs foldable make)))
(module (algebraic-structs foldable list) = ((algebraic-structs foldable make)
(algebraic-structs foldable list base)))
|