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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Features [distage](https://izumi.7mind.io/distage/) for dependency injection,
12
12
and [distage-framework-docker](https://izumi.7mind.io/distage/distage-framework-docker) for setting up test containers.
13
13
14
14
There are three variants of the example project:
15
-
-[bifunctor-tagless](bifunctor-tagless) – Main example. It's written in bifunctor tagless final style with [BIO](https://izumi.7mind.io/bio/) typeclasses, uses [ZIO](https://zio.dev) as a runtime and ZIO Environment for composing test fixtures.
16
-
-[monofunctor-tagless](monofunctor-tagless) – Written in monofunctor tagless final style with [Cats Effect](https://typelevel.org/cats-effect/) typeclasses, and can run using both [Cats IO](https://typelevel.org/cats-effect/) and [ZIO](https://zio.dev) runtimes.
17
-
-[monomorphic-cats](monomorphic-cats) – A simpler example written without tagless final, uses [Cats IO]() directly everywhere.
15
+
-[bifunctor-tagless](bifunctor-tagless/src) – Main example. It's written in bifunctor tagless final style with [BIO](https://izumi.7mind.io/bio/) typeclasses, uses [ZIO](https://zio.dev) as a runtime and ZIO Environment for composing test fixtures.
16
+
-[monofunctor-tagless](monofunctor-tagless/src) – Written in monofunctor tagless final style with [Cats Effect](https://typelevel.org/cats-effect/) typeclasses, and can run using both [Cats IO](https://typelevel.org/cats-effect/) and [ZIO](https://zio.dev) runtimes.
17
+
-[monomorphic-cats](monomorphic-cats/src) – A simpler example written without tagless final, uses [Cats IO]() directly everywhere.
18
18
19
19
To launch tests that require postgres ensure you have a `docker` daemon running in the background.
0 commit comments