aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structs.monoid.list.base.scm
blob: 76190f5cb0ee1f8d840c4ab6b9e402c5240dbbe2 (about) (plain)
1
2
3
4
5
(module (algebraic-structs monoid list base) (op id)
  (import scheme)

  (define op append)
  (define id '()))