Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. perform :: ArrowList a => a b c -> a b b

    hxt Control.Arrow.ArrowList

    useful only for arrows with side effects: perform applies an arrow to the input ignores the result and returns the input example: ... >>> perform someTraceArrow >>> ...

  2. canonicalizeForXPath :: ArrowList a => a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.Edit

    Canonicalize a tree for XPath Like canonicalizeAllNodes but comment nodes are not removed see canonicalizeAllNodes

  3. a_no_empty_elem_for :: String

    hxt Text.XML.HXT.Arrow.XmlOptions

    No documentation available.

  4. withNoEmptyElemFor :: [String] -> SysConfig

    hxt Text.XML.HXT.Arrow.XmlState

    No documentation available.

  5. withNoEmptyElemFor :: [String] -> SysConfig

    hxt Text.XML.HXT.Arrow.XmlState.SystemConfig

    No documentation available.

  6. theNoEmptyElemFor :: Selector XIOSysState [String]

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  7. xioNoEmptyElemFor :: XIOOutputConfig -> ![String]

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  8. isWellformedNSDecl :: QName -> Bool

    hxt Text.XML.HXT.DOM.QualifiedName

    test whether an attribute name is a namesapce declaration name. If this is not the case True is the result, else the name must be a well formed namespace name: All namespace prefixes starting with "xml" are reserved for XML related definitions. predicate is used in filter valdateNamespaces.

  9. isWellformedNameSpaceName :: QName -> Bool

    hxt Text.XML.HXT.DOM.QualifiedName

    test for a namespace name to be well formed

  10. isWellformedQName :: QName -> Bool

    hxt Text.XML.HXT.DOM.QualifiedName

    test for wellformed QName values. A QName is wellformed, if the local part is a NCName, the namePrefix, if not empty, is also a NCName. predicate is used in filter valdateNamespaces.

Page 560 of many | Previous | Next