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. formatGraphDiag :: Builder -> Bool -> RDFGraph -> (Builder, NodeGenLookupMap, Word32, [String])

    swish Swish.RDF.Formatter.N3

    Format graph and return additional information

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

    swish Swish.RDF.Formatter.N3

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

  3. formatGraphAsBuilder :: RDFGraph -> Builder

    swish Swish.RDF.Formatter.NTriples

    Convert a RDF graph to NTriples format.

  4. formatGraphAsLazyText :: RDFGraph -> Text

    swish Swish.RDF.Formatter.NTriples

    Convert a RDF graph to NTriples format.

  5. formatGraphAsText :: RDFGraph -> Text

    swish Swish.RDF.Formatter.NTriples

    Convert a RDF graph to NTriples format.

  6. formatGraphAsBuilder :: RDFGraph -> Builder

    swish Swish.RDF.Formatter.Turtle

    Convert the graph to a Builder.

  7. formatGraphAsLazyText :: RDFGraph -> Text

    swish Swish.RDF.Formatter.Turtle

    Convert the graph to text.

  8. formatGraphAsText :: RDFGraph -> Text

    swish Swish.RDF.Formatter.Turtle

    Convert the graph to text.

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

    swish Swish.RDF.Formatter.Turtle

    Format graph and return additional information.

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

    swish Swish.RDF.Formatter.Turtle

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

Page 190 of many | Previous | Next