Skip to content

Commit 47d7cc9

Browse files
committed
Fixed README.md
Signed-off-by: Marvin Hansen <[email protected]>
1 parent c9a6358 commit 47d7cc9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deep_causality_haft/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,4 @@ The `Effect3` and `MonadEffect3` traits provide a powerful mechanism for buildin
9393
3. **Compiler-Enforced Safety**: Because the effects are part of the type signature, the Rust compiler can statically verify that all effects are handled correctly. This prevents bugs and ensures that your pipeline code remains pure and focused on its core logic.
9494
4. **Extensibility**: This pattern is extensible. If you need to manage more side-effects, you can introduce `HKT4` and `Effect4` traits to handle them, without having to rewrite your core pipeline logic.
9595

96-
In essence, this crate provides the tools to build a small, powerful, and compile-time-checked effects library tailored perfectly for your application's needs, forming the foundation for building powerful, abstract, and reusable causal models in the `deep_causality` ecosystem.
97-
```
9896

0 commit comments

Comments
 (0)