You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,10 @@ Early versions (`0.x.y`) were published under the `com.codecommit` groupId.
163
163
164
164
##Similar projects
165
165
166
+
### munit-cats-effect
167
+
168
+
[munit-cats-effect](https://github.com/typelevel/munit-cats-effect) is a very similar library to this one, but specifically targeted at [munit](https://scalameta.org/munit/).
169
+
166
170
### scalacheck-effect
167
171
168
172
[scalacheck-effect](https://github.com/typelevel/scalacheck-effect) is a library that extends the functionality of [ScalaCheck](https://scalacheck.org) to support "effectful" properties. An effectful property is one that evaluates each sample in some typeconstructor `F[_]`.
0 commit comments