typelevel/cats-effect

Laws testing for queue functor instances

Open

#1,618 opened on Jan 22, 2021

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Scala (2,230 stars) (572 forks)batch import
good first issue

Description

We have {Functor, Invariant, Contravariant} instances for {Q, Deq, PQ}ueue in cats.effect.std but they currently have no laws tests. We should correct this :)

Contributor guide