Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. KeyArrowRight :: Key

    termbox-tea Termbox.Tea

    No documentation available.

  2. KeyArrowUp :: Key

    termbox-tea Termbox.Tea

    No documentation available.

  3. WrapArrow :: a b c -> WrappedArrow (a :: Type -> Type -> Type) b c

    threepenny-gui Graphics.UI.Threepenny.Core

    No documentation available.

  4. newtype WrappedArrow (a :: Type -> Type -> Type) b c

    threepenny-gui Graphics.UI.Threepenny.Core

    No documentation available.

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

    threepenny-gui Graphics.UI.Threepenny.Core

    No documentation available.

  6. narrowedContent :: (Text -> Maybe a) -> Content a

    xml-parser XmlParser

    Map the content to a type if it's valid.

  7. DoubleRightArrow :: ReservedOp

    yi-misc-modes Yi.Lexer.Abella

    No documentation available.

  8. RightArrow :: ReservedOp

    yi-misc-modes Yi.Lexer.Abella

    No documentation available.

  9. narrowedText :: (Text -> Maybe a) -> String a

    aeson-value-parser AesonValueParser

    No documentation available.

  10. class Morphism a => PreArrow (a :: Type -> Type -> Type)

    constrained-categories Control.Arrow.Constrained

    Unlike first, second, *** and arr, the fanout operation &&& has an intrinsic notion of "direction": it is basically equivalent to precomposing the result of *** with a b -> (b,b), but that is only available for arrows that generalise ordinary functions, in their native direction. ((b,b) ->b is specific to semigroups.) It is for this reason the only constituent class of Arrow that actually has "arrow" in its name. In terms of category theory, this "direction" reflects the distinction between initial- and terminal objects. The latter are more interesting, basically what UnitObject is useful for. It gives rise to the tuple selector morphisms as well.

Page 107 of many | Previous | Next