• 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 WrappedArrow (a :: Type -> Type -> Type) b c

    configuration-tools Configuration.Utils.CommandLine

    No documentation available.

  2. unwrapArrow :: WrappedArrow (a :: Type -> Type -> Type) b c -> a b c

    configuration-tools Configuration.Utils.CommandLine

    No documentation available.

  3. WrapArrowClosure :: Closure (a -> b) -> WrappedArrowClosure a b

    distributed-closure Control.Distributed.Closure

    No documentation available.

  4. newtype WrappedArrowClosure a b

    distributed-closure Control.Distributed.Closure

    A newtype-wrapper useful for defining instances of classes indexed by higher-kinded types.

  5. unwrapClosureArrow :: WrappedArrowClosure a b -> Closure (a -> b)

    distributed-closure Control.Distributed.Closure

    No documentation available.

  6. pattern TT_UCR_ARROWS :: (Eq a, Num a) => a

    freetype2 FreeType.Format.TrueType

    No documentation available.

  7. BasedArrowDown :: CursorType

    gtk3 Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  8. BasedArrowUp :: CursorType

    gtk3 Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  9. DoubleArrow :: CursorType

    gtk3 Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  10. QuestionArrow :: CursorType

    gtk3 Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

Page 100 of many | Previous | Next

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