Skip to content

Commit

Permalink
Remove Cod and Dom Generics
Browse files Browse the repository at this point in the history
Removes unnecessary cod/dom generics for SeqN.
  • Loading branch information
agureev committed Aug 31, 2023
1 parent 7b06b6e commit 971c0e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/seqn/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(:mix #:geb.mixins #:geb.generics #:geb.spec
#:geb.extension.spec #:geb.seqn.spec
#:serapeum #:common-lisp)
(:export #:@seqn-api)))
(:export :cod :dom #:@seqn-api)))

(in-package :geb.seqn.main)

Expand All @@ -20,9 +20,7 @@
(inj-coprod-parallel pax:function)
(zero-list pax:function)
(dom (pax:method () (<seqn>)))
(dom (pax:generic-function))
(cod (pax:method () (<seqn>)))
(cod (pax:generic-function))
(well-defp-cat (pax:method () (<seqn>)))
(gapply (pax:method () (<seqn> t))))

Expand Down

0 comments on commit 971c0e0

Please sign in to comment.