Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. forAllFn :: forall a b (m :: Type -> Type) . (Show a, Show b, Monad m) => Gen (Fn a b) -> PropertyT m (a -> b)

    hedgehog-fn Hedgehog.Function

    Run the function generator to retrieve a function

  2. forAllFn :: forall a b (m :: Type -> Type) . (Show a, Show b, Monad m) => Gen (Fn a b) -> PropertyT m (a -> b)

    hedgehog-fn Hedgehog.Function.Internal

    Run the function generator to retrieve a function

  3. format :: (NodeClass n [], GenericXMLString tag, GenericXMLString text) => n [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format document with <?xml.. header - lazy variant that returns lazy ByteString.

  4. format' :: (NodeClass n [], GenericXMLString tag, GenericXMLString text) => n [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format document with <?xml.. header - strict variant that returns strict ByteString.

  5. formatDocument :: (DocumentClass d [], GenericXMLString tag, GenericXMLString text) => d [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format an XML document - lazy variant that returns lazy ByteString.

  6. formatDocument' :: (DocumentClass d [], GenericXMLString tag, GenericXMLString text) => d [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format an XML document - strict variant that returns strict ByteString.

  7. formatDocumentG :: (DocumentClass d c, GenericXMLString tag, GenericXMLString text) => d c tag text -> c ByteString

    hexpat Text.XML.Expat.Format

    Format an XML document - generalized variant that returns a generic list of strict ByteStrings.

  8. formatG :: (NodeClass n c, GenericXMLString tag, GenericXMLString text) => n c tag text -> c ByteString

    hexpat Text.XML.Expat.Format

    Format document with <?xml.. header - generalized variant that returns a generic list of strict ByteStrings.

  9. formatNode :: (NodeClass n [], GenericXMLString tag, GenericXMLString text) => n [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format XML node with no header - lazy variant that returns lazy ByteString.

  10. formatNode' :: (NodeClass n [], GenericXMLString tag, GenericXMLString text) => n [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format XML node with no header - strict variant that returns strict ByteString.

Page 114 of many | Previous | Next