• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. NoArrows :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  2. NoArrows :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

  3. newtype FunArrow i a b

    indexed-profunctors Data.Profunctor.Indexed

    Needed for setters.

  4. FunArrow :: (a -> b) -> FunArrow i a b

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  5. newtype IxFunArrow i a b

    indexed-profunctors Data.Profunctor.Indexed

    Needed for indexed setters.

  6. IxFunArrow :: (i -> a -> b) -> IxFunArrow i a b

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  7. reFunArrow :: FunArrow i a b -> FunArrow j a b

    indexed-profunctors Data.Profunctor.Indexed

    Repack FunArrow to change its index type.

  8. runFunArrow :: FunArrow i a b -> a -> b

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  9. runIxFunArrow :: IxFunArrow i a b -> i -> a -> b

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  10. StandardCursorShape'Arrow :: StandardCursorShape

    GLFW-b Graphics.UI.GLFW

    No documentation available.

Page 75 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete