index
:
haddock.git
ghc-9.2
ghc-9.4
ghc-gitlab-ghc-9.2.2
ghc-gitlab-ghc-9.4.1
ghc-gitlab-ghc-9.4.1rc1
ghc-gitlab-ghc-head
master
Haddock with an org backend (haddorg).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hoogle-test
/
src
/
type-sigs
/
ReaderT.hs
blob: 009c7ed217586e067165f8f9fd42744701f63ef2 (
plain
) (
blame
)
1
2
3
module
ReaderT
where
newtype
ReaderT
r
m
a
=
ReaderT
{
runReaderT
::
r
->
m
a
}