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
* [#78] Better docs, prepare for the release
Resolves #78
* Update co-log-core/src/Colog/Core/Action.hs
Co-Authored-By: chshersh <[email protected]>
* Minor fixes to docs
* Minor
@@ -24,8 +24,10 @@ The repository contains the following packages:
24
24
on `co-log-core` and the [`polysemy`](http://hackage.haskell.org/package/polysemy) extensible effects library.
25
25
*[`co-log-benchmark`](co-log-benchmark): Benchmarks of the `co-log` library.
26
26
27
-
See [How to start using `co-log`?](co-log/README.md) for simple example of the
28
-
`co-log` library usage.
27
+
See the following tutorial series about the library:
28
+
29
+
*[Intro: Using `LogAction`](https://github.com/kowainik/co-log/blob/master/co-log/tutorials/1-intro/Intro.md)
30
+
*[Using custom monad that stores `LogAction` inside its environment](https://github.com/kowainik/co-log/blob/master/co-log/tutorials/2-custom/Custom.md)
0 commit comments