aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structs.monoid.number.product.base.scm
blob: 34677c0371cfb711ce506e640bb8e4d187c1aa82 (about) (plain)
1
2
3
4
5
(module (algebraic-structs monoid number product base) (op id)
  (import scheme)

  (define op *)
  (define id 1))