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

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