Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
HsUnrestrictedArrow :: !XUnrestrictedArrow mult pass -> HsArrowOf mult passghc-lib-parser Language.Haskell.Syntax.Type a -> b or a → b
XArrow :: !XXArrow mult pass -> HsArrowOf mult passghc-lib-parser Language.Haskell.Syntax.Type No documentation available.
type family
XLinearArrow mult pghc-lib-parser Language.Haskell.Syntax.Type No documentation available.
type family
XUnrestrictedArrow mult pghc-lib-parser Language.Haskell.Syntax.Type No documentation available.
-
ghc-lib-parser Language.Haskell.Syntax.Type No documentation available.
-
indexed-profunctors Data.Profunctor.Indexed Needed for setters.
FunArrow :: (a -> b) -> FunArrow i a bindexed-profunctors Data.Profunctor.Indexed No documentation available.
-
indexed-profunctors Data.Profunctor.Indexed Needed for indexed setters.
IxFunArrow :: (i -> a -> b) -> IxFunArrow i a bindexed-profunctors Data.Profunctor.Indexed No documentation available.
reFunArrow :: FunArrow i a b -> FunArrow j a bindexed-profunctors Data.Profunctor.Indexed Repack FunArrow to change its index type.