Skip to content

Commit

Permalink
Edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Jun 20, 2024
1 parent 3c8689e commit a2cab65
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ Features [distage](https://izumi.7mind.io/distage/) for dependency injection,
[ZIO Environment](https://zio.dev) for composing test fixtures,
and [distage-framework-docker](https://izumi.7mind.io/distage/distage-framework-docker) for setting up test containers.

Code for the main example is in [bifunctor-tagless](bifunctor-tagless) directory. 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.

There are also two variants of the example project:

There are three variants of the example project:
- [bifunctor-tagless][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.
- [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.
- [monomorphic-cats](monomorphic-cats) – A simpler example written without tagless final, uses [Cats IO]() directly everywhere.

Expand Down

0 comments on commit a2cab65

Please sign in to comment.