Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. format :: SwishState -> SwishFormat

    swish Swish.Monad

    format to use for I/O

  2. formatGraphAsBuilder :: RDFGraph -> Builder

    swish Swish.RDF.Formatter.N3

    Convert the graph to a Builder.

  3. formatGraphAsLazyText :: RDFGraph -> Text

    swish Swish.RDF.Formatter.N3

    Convert the graph to text.

  4. formatGraphAsText :: RDFGraph -> Text

    swish Swish.RDF.Formatter.N3

    Convert the graph to text.

  5. formatGraphDiag :: Builder -> Bool -> RDFGraph -> (Builder, NodeGenLookupMap, Word32, [String])

    swish Swish.RDF.Formatter.N3

    Format graph and return additional information

  6. formatGraphIndent :: Builder -> Bool -> RDFGraph -> Builder

    swish Swish.RDF.Formatter.N3

    Convert the graph to a builder using the given indentation text.

  7. formatGraphAsBuilder :: RDFGraph -> Builder

    swish Swish.RDF.Formatter.NTriples

    Convert a RDF graph to NTriples format.

  8. formatGraphAsLazyText :: RDFGraph -> Text

    swish Swish.RDF.Formatter.NTriples

    Convert a RDF graph to NTriples format.

  9. formatGraphAsText :: RDFGraph -> Text

    swish Swish.RDF.Formatter.NTriples

    Convert a RDF graph to NTriples format.

  10. formatGraphAsBuilder :: RDFGraph -> Builder

    swish Swish.RDF.Formatter.Turtle

    Convert the graph to a Builder.

Page 190 of many | Previous | Next