GOOPS utils module cleanups
authorAndy Wingo <wingo@pobox.com>
Mon, 12 Jan 2015 20:40:29 +0000 (21:40 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 23 Jan 2015 15:16:02 +0000 (16:16 +0100)
commit06d54b3f700b7da0540a707d6e4c26475622cb74
tree62f1fa43224860a7a750cbcb18255357cdd3b927
parent91ff8e9251a7fb602518dca7eb1284256f55bec3
GOOPS utils module cleanups

* module/oop/goops.scm (make-class): Inline find-duplicate to its use
  site.

* module/oop/goops/util.scm (improper->proper): Remove unused function.
  (any, every): Don't re-export these from SRFI-1; users can get them
  from SRFI-1 directly.
module/oop/goops.scm
module/oop/goops/util.scm