Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. Arrows :: Extension

    ghc-boot-th GHC.LanguageExtensions.Type

    No documentation available.

  2. Arrows :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  3. Arrows :: Extension

    ghc-lib-parser GHC.Internal.LanguageExtensions

    No documentation available.

  4. Arrows :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

  5. Arrows :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  6. Arrows :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

  7. Arrows :: Block

    unicode-data Unicode.Char.General.Blocks

    U+2190..U+21FF: Arrows.

  8. type Arrows (as :: [Type]) r = Foldr (->) r as

    Agda Agda.Utils.TypeLevel

    Arrows [a1,..,an] r corresponds to a1 -> .. -> an -> r | Products [a1,..,an] corresponds to (a1, (..,( an, ())..))

  9. module Text.XML.HXT.XPath.Arrows

    Most of the XPath arrows come in two versions, one without dealing with namespaces, element and attribute names in XPath expressions are taken as they ar ignoring any prefix:localname structure. The second variant uses a namespace environment for associating the right namespace for the appropriate prefix. An entry for the empty prefix defines the default namespace for the expression. The second variant should be used, when in the application namespaces are significant, that means when namespace propagation is done for the documents to be processed. The XPath evaluator computes a result, which can be a simple value like a string or number, or a node set. The nodes in these sets are identified by their position in the document tree. Node sets are returned as a list of XmlTrees with respect to the document order.

  10. data Arrows

    miso Miso.Subscription.Keyboard

    type for arrow keys currently pressed 37 left arrow ( x = -1 ) 38 up arrow ( y = 1 ) 39 right arrow ( x = 1 ) 40 down arrow ( y = -1 )

Page 2 of many | Previous | Next