-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hasura-bot
committed
Sep 19, 2024
1 parent
d4540d5
commit a2be5b6
Showing
1,093 changed files
with
636,674 additions
and
0 deletions.
There are no files selected for viewing
250 changes: 250 additions & 0 deletions
250
server/haddock/v2.36.8/Control-Concurrent-Extended.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Control.Monad.Stateless</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">graphql-engine-1.0.0: GraphQL API over Postgres</span><ul class="links" id="page-menu"><li id="quick-jump-button"><a href="#">Quick Jump</a></li><li><a href="src/Control.Monad.Stateless.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Control.Monad.Stateless</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">class</span> (<a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/list-t-1.0.5.7-a9c088a22c96b528949c3d615f362558ac693f07383e5e281f8eb8cdccb32dfb/share/doc/html/ListT-Prelude.html#t:MonadBaseControl" title="ListT.Prelude">MonadBaseControl</a> b m, <span class="keyword">forall</span> a. StatelessProof m a) => <a id="t:MonadStateless" class="def">MonadStateless</a> (b :: <a href="${pkgroot}/../../../share/doc/ghc-9.10.1/html/libraries/base-4.20.0.0-inplace/Data-Kind.html#t:Type" title="Data.Kind">Type</a> -> <a href="${pkgroot}/../../../share/doc/ghc-9.10.1/html/libraries/base-4.20.0.0-inplace/Data-Kind.html#t:Type" title="Data.Kind">Type</a>) (m :: <a href="${pkgroot}/../../../share/doc/ghc-9.10.1/html/libraries/base-4.20.0.0-inplace/Data-Kind.html#t:Type" title="Data.Kind">Type</a> -> <a href="${pkgroot}/../../../share/doc/ghc-9.10.1/html/libraries/base-4.20.0.0-inplace/Data-Kind.html#t:Type" title="Data.Kind">Type</a>) | m -> b <span class="keyword">where</span> <a href="src/Control.Monad.Stateless.html#MonadStateless" class="link">Source</a> <a href="#t:MonadStateless" class="selflink">#</a></p><div class="subs methods"><p class="caption">Methods</p><p class="src"><a id="v:liftWithStateless" class="def">liftWithStateless</a> :: ((<span class="keyword">forall</span> a. m a -> b a) -> b c) -> m c <a href="src/Control.Monad.Stateless.html#liftWithStateless" class="link">Source</a> <a href="#v:liftWithStateless" class="selflink">#</a></p></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:MonadStateless">Instances</h4><details id="i:MonadStateless" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:ic:MonadStateless:MonadStateless:1"></span> (<a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/list-t-1.0.5.7-a9c088a22c96b528949c3d615f362558ac693f07383e5e281f8eb8cdccb32dfb/share/doc/html/ListT-Prelude.html#t:MonadBaseControl" title="ListT.Prelude">MonadBaseControl</a> b m, <span class="keyword">forall</span> a. StatelessProof m a) => <a href="Control-Monad-Stateless.html#t:MonadStateless" title="Control.Monad.Stateless">MonadStateless</a> b m</span> <a href="src/Control.Monad.Stateless.html#line-16" class="link">Source</a> <a href="#t:MonadStateless" class="selflink">#</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><details id="i:ic:MonadStateless:MonadStateless:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Control-Monad-Stateless.html">Control.Monad.Stateless</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:liftWithStateless">liftWithStateless</a> :: ((<span class="keyword">forall</span> a. m a -> b a) -> b c) -> m c <a href="src/Control.Monad.Stateless.html#liftWithStateless" class="link">Source</a> <a href="#v:liftWithStateless" class="selflink">#</a></p></div></details></td></tr></table></details></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.28.0</p></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Data.Aeson.Kriti.Functions</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">graphql-engine-1.0.0: GraphQL API over Postgres</span><ul class="links" id="page-menu"><li id="quick-jump-button"><a href="#">Quick Jump</a></li><li><a href="src/Data.Aeson.Kriti.Functions.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Data.Aeson.Kriti.Functions</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Module of reusable functions for Kriti transforms.</p><p>NOTE: This defines an alternative <code><a href="Data-Aeson-Kriti-Functions.html#v:runKritiWith" title="Data.Aeson.Kriti.Functions">runKritiWith</a></code> that includes the basicFunctions by default. | ||
You should probably invoke Kriti through this module rather than directly in order to | ||
make updating the functions available only require touching this module.</p><p>TODO: This should be added to the documentation and referenced in (for-example) REST Connectors once | ||
the documentation refactor project is complete.</p></div></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><a href="#v:runKriti">runKriti</a> :: <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> -> [(<a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a>, <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Types-Internal.html#t:Value" title="Data.Aeson.Types.Internal">Value</a>)] -> <a href="${pkgroot}/../../../share/doc/ghc-9.10.1/html/libraries/base-4.20.0.0-inplace/Data-Either.html#t:Either" title="Data.Either">Either</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/kriti-lang-0.3.3-8170863714aabbd54e740f0006ee08ceb8a289be2f4ccf64706f125aa5d558be/share/doc/html/Kriti-Error.html#t:SerializedError" title="Kriti.Error">SerializedError</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Types-Internal.html#t:Value" title="Data.Aeson.Types.Internal">Value</a></li><li class="src short"><a href="#v:runKritiWith">runKritiWith</a> :: <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> -> [(<a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a>, <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Types-Internal.html#t:Value" title="Data.Aeson.Types.Internal">Value</a>)] -> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/deferred-folds-0.9.18.6-e04c504505d7ff283d3694beec27890cccc4d771eb49c6f59e7a737441741704/share/doc/html/DeferredFolds-Prelude.html#t:HashMap" title="DeferredFolds.Prelude">HashMap</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> KritiFunc -> <a href="${pkgroot}/../../../share/doc/ghc-9.10.1/html/libraries/base-4.20.0.0-inplace/Data-Either.html#t:Either" title="Data.Either">Either</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/kriti-lang-0.3.3-8170863714aabbd54e740f0006ee08ceb8a289be2f4ccf64706f125aa5d558be/share/doc/html/Kriti-Error.html#t:SerializedError" title="Kriti.Error">SerializedError</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Types-Internal.html#t:Value" title="Data.Aeson.Types.Internal">Value</a></li><li class="src short"><a href="#v:basicFunctions">basicFunctions</a> :: <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/deferred-folds-0.9.18.6-e04c504505d7ff283d3694beec27890cccc4d771eb49c6f59e7a737441741704/share/doc/html/DeferredFolds-Prelude.html#t:HashMap" title="DeferredFolds.Prelude">HashMap</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> KritiFunc</li><li class="src short"><a href="#v:environmentFunctions">environmentFunctions</a> :: <a href="file:///workdir/dist-newstyle/build/x86_64-linux/ghc-9.10.1/hasura-extras-1.0.0/opt/doc/html/hasura-extras/Data-Environment.html#t:Environment" title="Data.Environment">Environment</a> -> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/deferred-folds-0.9.18.6-e04c504505d7ff283d3694beec27890cccc4d771eb49c6f59e7a737441741704/share/doc/html/DeferredFolds-Prelude.html#t:HashMap" title="DeferredFolds.Prelude">HashMap</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> KritiFunc</li><li class="src short"><a href="#v:sessionFunctions">sessionFunctions</a> :: <a href="${pkgroot}/../../../share/doc/ghc-9.10.1/html/libraries/base-4.20.0.0-inplace/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Hasura-Authentication-Session.html#t:SessionVariables" title="Hasura.Authentication.Session">SessionVariables</a> -> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/deferred-folds-0.9.18.6-e04c504505d7ff283d3694beec27890cccc4d771eb49c6f59e7a737441741704/share/doc/html/DeferredFolds-Prelude.html#t:HashMap" title="DeferredFolds.Prelude">HashMap</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> KritiFunc</li></ul></details></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:runKriti" class="def">runKriti</a> :: <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> -> [(<a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a>, <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Types-Internal.html#t:Value" title="Data.Aeson.Types.Internal">Value</a>)] -> <a href="${pkgroot}/../../../share/doc/ghc-9.10.1/html/libraries/base-4.20.0.0-inplace/Data-Either.html#t:Either" title="Data.Either">Either</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/kriti-lang-0.3.3-8170863714aabbd54e740f0006ee08ceb8a289be2f4ccf64706f125aa5d558be/share/doc/html/Kriti-Error.html#t:SerializedError" title="Kriti.Error">SerializedError</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Types-Internal.html#t:Value" title="Data.Aeson.Types.Internal">Value</a> <a href="src/Data.Aeson.Kriti.Functions.html#runKriti" class="link">Source</a> <a href="#v:runKriti" class="selflink">#</a></p><div class="doc"><p><code><a href="Data-Aeson-Kriti-Functions.html#v:runKriti" title="Data.Aeson.Kriti.Functions">runKriti</a></code> attaches the basicFunctions by default | ||
NOTE: The error type is SerializedError due to KritiError not currently being exported</p></div></div><div class="top"><p class="src"><a id="v:runKritiWith" class="def">runKritiWith</a> :: <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> -> [(<a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a>, <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Types-Internal.html#t:Value" title="Data.Aeson.Types.Internal">Value</a>)] -> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/deferred-folds-0.9.18.6-e04c504505d7ff283d3694beec27890cccc4d771eb49c6f59e7a737441741704/share/doc/html/DeferredFolds-Prelude.html#t:HashMap" title="DeferredFolds.Prelude">HashMap</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> KritiFunc -> <a href="${pkgroot}/../../../share/doc/ghc-9.10.1/html/libraries/base-4.20.0.0-inplace/Data-Either.html#t:Either" title="Data.Either">Either</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/kriti-lang-0.3.3-8170863714aabbd54e740f0006ee08ceb8a289be2f4ccf64706f125aa5d558be/share/doc/html/Kriti-Error.html#t:SerializedError" title="Kriti.Error">SerializedError</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Types-Internal.html#t:Value" title="Data.Aeson.Types.Internal">Value</a> <a href="src/Data.Aeson.Kriti.Functions.html#runKritiWith" class="link">Source</a> <a href="#v:runKritiWith" class="selflink">#</a></p><div class="doc"><p><code><a href="Data-Aeson-Kriti-Functions.html#v:runKritiWith" title="Data.Aeson.Kriti.Functions">runKritiWith</a></code> attaches the basicFunctions by default.</p></div></div><div class="top"><p class="src"><a id="v:basicFunctions" class="def">basicFunctions</a> :: <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/deferred-folds-0.9.18.6-e04c504505d7ff283d3694beec27890cccc4d771eb49c6f59e7a737441741704/share/doc/html/DeferredFolds-Prelude.html#t:HashMap" title="DeferredFolds.Prelude">HashMap</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> KritiFunc <a href="src/Data.Aeson.Kriti.Functions.html#basicFunctions" class="link">Source</a> <a href="#v:basicFunctions" class="selflink">#</a></p><div class="doc"><p>Re-Export of the Kriti <code>stdlib</code></p></div></div><div class="top"><p class="src"><a id="v:environmentFunctions" class="def">environmentFunctions</a> :: <a href="file:///workdir/dist-newstyle/build/x86_64-linux/ghc-9.10.1/hasura-extras-1.0.0/opt/doc/html/hasura-extras/Data-Environment.html#t:Environment" title="Data.Environment">Environment</a> -> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/deferred-folds-0.9.18.6-e04c504505d7ff283d3694beec27890cccc4d771eb49c6f59e7a737441741704/share/doc/html/DeferredFolds-Prelude.html#t:HashMap" title="DeferredFolds.Prelude">HashMap</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> KritiFunc <a href="src/Data.Aeson.Kriti.Functions.html#environmentFunctions" class="link">Source</a> <a href="#v:environmentFunctions" class="selflink">#</a></p><div class="doc"><p>Functions that interact with environment variables</p></div></div><div class="top"><p class="src"><a id="v:sessionFunctions" class="def">sessionFunctions</a> :: <a href="${pkgroot}/../../../share/doc/ghc-9.10.1/html/libraries/base-4.20.0.0-inplace/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Hasura-Authentication-Session.html#t:SessionVariables" title="Hasura.Authentication.Session">SessionVariables</a> -> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/deferred-folds-0.9.18.6-e04c504505d7ff283d3694beec27890cccc4d771eb49c6f59e7a737441741704/share/doc/html/DeferredFolds-Prelude.html#t:HashMap" title="DeferredFolds.Prelude">HashMap</a> <a href="file:///root/.local/state/cabal/store/ghc-9.10.1-inplace/aeson-2.2.3.0-5d7ee246cfa338f30d154e06f34dc50b9af0797ae9abbdeb4efa1326ac8786e5/share/doc/html/Data-Aeson-Internal-Prelude.html#t:Text" title="Data.Aeson.Internal.Prelude">Text</a> KritiFunc <a href="src/Data.Aeson.Kriti.Functions.html#sessionFunctions" class="link">Source</a> <a href="#v:sessionFunctions" class="selflink">#</a></p><div class="doc"><p>Functions that interact with HGE session during requests</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.28.0</p></div></body></html> |
Oops, something went wrong.