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 (572 forks)batch import
good first issue

Repository metrics

Stars
 (2,230 stars)
PR merge metrics
 (Avg merge 21d 23h) (18 merged PRs in 30d)

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