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

Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. newtype FunArrow i a b

    indexed-profunctors Data.Profunctor.Indexed

    Needed for setters.

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

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  3. newtype IxFunArrow i a b

    indexed-profunctors Data.Profunctor.Indexed

    Needed for indexed setters.

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

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

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

    indexed-profunctors Data.Profunctor.Indexed

    Repack FunArrow to change its index type.

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

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

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

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  8. StandardCursorShape'Arrow :: StandardCursorShape

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  9. LeftArrow :: Cursor

    GLUT Graphics.UI.GLUT.Window

    Arrow pointing up and to the left.

  10. RightArrow :: Cursor

    GLUT Graphics.UI.GLUT.Window

    Arrow pointing up and to the right.

Page 75 of many | Previous | Next

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