diff --git a/docs/index.md b/docs/index.md index a406c46..b274587 100644 --- a/docs/index.md +++ b/docs/index.md @@ -306,7 +306,7 @@ data Plan m p q h b r = Plan } ``` -The `transformer` field represents a *natural transformation* from your Handler's Monad `m`, to `IO`. This is where you decide how you custom effects are interpreted in an `IO` context. +The `transformer` field represents a *natural transformation* from your Handler's Monad `m`, to `IO`. This is where you decide how your custom effects are interpreted in an `IO` context. The `endpoint` field represents your Endpoint. diff --git a/docs/pages/index.html b/docs/pages/index.html index 667155c..4f26690 100644 --- a/docs/pages/index.html +++ b/docs/pages/index.html @@ -307,7 +307,7 @@ class="sourceCode haskell"> }

The transformer field represents a natural transformation from your Handler's Monad m, to -IO. This is where you decide how you custom effects are +IO. This is where you decide how your custom effects are interpreted in an IO context.

The endpoint field represents your Endpoint.

The handler field represents your Handler. The types