Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. toFormat :: TimeFormat format => format -> TimeFormatString

    hourglass Data.Hourglass

    No documentation available.

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

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

  4. a_no_empty_elem_for :: String

    hxt Text.XML.HXT.Arrow.XmlOptions

    No documentation available.

  5. withNoEmptyElemFor :: [String] -> SysConfig

    hxt Text.XML.HXT.Arrow.XmlState

    No documentation available.

  6. withNoEmptyElemFor :: [String] -> SysConfig

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

    No documentation available.

  7. theNoEmptyElemFor :: Selector XIOSysState [String]

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

    No documentation available.

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

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

    No documentation available.

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

  10. isWellformedNameSpaceName :: QName -> Bool

    hxt Text.XML.HXT.DOM.QualifiedName

    test for a namespace name to be well formed

Page 559 of many | Previous | Next