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.
toFormat :: TimeFormat format => format -> TimeFormatStringhourglass Data.Hourglass No documentation available.
perform :: ArrowList a => a b c -> a b bhxt 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 >>> ...
canonicalizeForXPath :: ArrowList a => a XmlTree XmlTreehxt Text.XML.HXT.Arrow.Edit Canonicalize a tree for XPath Like canonicalizeAllNodes but comment nodes are not removed see canonicalizeAllNodes
-
hxt Text.XML.HXT.Arrow.XmlOptions No documentation available.
withNoEmptyElemFor :: [String] -> SysConfighxt Text.XML.HXT.Arrow.XmlState No documentation available.
withNoEmptyElemFor :: [String] -> SysConfighxt Text.XML.HXT.Arrow.XmlState.SystemConfig No documentation available.
theNoEmptyElemFor :: Selector XIOSysState [String]hxt Text.XML.HXT.Arrow.XmlState.TypeDefs No documentation available.
xioNoEmptyElemFor :: XIOOutputConfig -> ![String]hxt Text.XML.HXT.Arrow.XmlState.TypeDefs No documentation available.
isWellformedNSDecl :: QName -> Boolhxt 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.
isWellformedNameSpaceName :: QName -> Boolhxt Text.XML.HXT.DOM.QualifiedName test for a namespace name to be well formed