Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. data ArrowType

    gtk3 Graphics.UI.Gtk.General.Enums

    Arrow directions for the arrow widget

  2. ArrowUp :: ArrowType

    gtk3 Graphics.UI.Gtk.General.Enums

    No documentation available.

  3. class MiscClass o => ArrowClass o

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    No documentation available.

  4. ArrowDown :: ArrowType

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    No documentation available.

  5. ArrowLeft :: ArrowType

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    No documentation available.

  6. ArrowNone :: ArrowType

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    No documentation available.

  7. ArrowRight :: ArrowType

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    No documentation available.

  8. data ArrowType

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    Arrow directions for the arrow widget

  9. ArrowUp :: ArrowType

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    No documentation available.

  10. 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.

Page 24 of many | Previous | Next