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.
-
ghc-boot-th GHC.LanguageExtensions.Type No documentation available.
-
text-icu Data.Text.ICU.Char No documentation available.
-
ghc-lib-parser GHC.Internal.LanguageExtensions No documentation available.
-
ghc-lib-parser GHC.LanguageExtensions.Type No documentation available.
-
hint Language.Haskell.Interpreter No documentation available.
-
hint Language.Haskell.Interpreter.Extension No documentation available.
-
unicode-data Unicode.Char.General.Blocks U+2190..U+21FF: Arrows.
type
Arrows (as :: [Type]) r = Foldr (->) r asAgda Agda.Utils.TypeLevel Arrows [a1,..,an] r corresponds to a1 -> .. -> an -> r | Products [a1,..,an] corresponds to (a1, (..,( an, ())..))
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.
-
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 )