Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- makeSessionBackend' :: SessionConfiguration' session -> IO SessionBackend
- data SessionConfiguration' session = forall tx.Monad tx => SessionConfiguration' {}
- makeSessionBackend'' :: Monad tx => SessionManager tx IO -> SessionBackend
- data SessionBackend
More general
makeSessionBackend' :: SessionConfiguration' session -> IO SessionBackend Source #
data SessionConfiguration' session Source #
forall tx.Monad tx => SessionConfiguration' | |
Extra general
makeSessionBackend'' :: Monad tx => SessionManager tx IO -> SessionBackend Source #
Reëxport
data SessionBackend #