Skip to content

Commit

Permalink
doc fix: added link to 0.1.2 version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
marat0n committed Oct 16, 2024
1 parent 653824b commit 3ba96ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ For now examples are available in `/tests` directory in repository. GH-link: htt

__The linked ones are done, they are linked to the crates.io/crates/yerevan page to the version where this roadmap-point was done. Not linked points are the plan for future updates.__

- 0.1
- [0.1](https://crate.io/crates/yerevan/0.1.2)
- `yer!` macro:
- `some_struct =>` expression to create the specified structure context where all next expressions of that CE will be executed using methods of this structure (in FP that kind of structures are called [monads](https://en.wikipedia.org/wiki/Monad_(functional_programming)));
- `let!` expression executed by `bind<T, U>: (val: T, fn: (T) -> U) -> U` method in your defined struct (monad);
Expand Down

0 comments on commit 3ba96ee

Please sign in to comment.