Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. allRulesets :: [RDFRuleset]

    swish Swish.RDF.BuiltIn

    All the rule sets known to Swish.

  2. allDatatypes :: [RDFDatatype]

    swish Swish.RDF.BuiltIn.Datatypes

    Al the data type declarations built into Swish.

  3. allDatatypeRulesets :: [RDFRuleset]

    swish Swish.RDF.BuiltIn.Rules

    The data type rule sets known to Swish.

  4. allRulesets :: [RDFRuleset]

    swish Swish.RDF.BuiltIn.Rules

    All the rule sets known to Swish.

  5. allLabels :: Label lb => (lb -> Bool) -> NSGraph lb -> Set lb

    swish Swish.RDF.Graph

    Return list of all labels (including properties) in the graph satisfying a supplied filter predicate. This routine includes the labels in any formulae.

  6. allNodes :: Label lb => (lb -> Bool) -> NSGraph lb -> Set lb

    swish Swish.RDF.Graph

    Return list of all subjects and objects in the graph satisfying a supplied filter predicate.

  7. allowLocalNames :: N3State -> Bool

    swish Swish.RDF.Parser.N3

    No documentation available.

  8. allp :: [a -> Bool] -> a -> Bool

    swish Swish.RDF.Query

    Test if a value satisfies all predicates in a list

  9. allTLS :: TLS a -> IO [a]

    thread-local-storage Data.TLS.GHC

    After a TLS-based computation is complete, iterate through all the copies of the TLS variable which were used by all threads. NOT thread safe.

  10. allTLS :: TLS a -> IO [a]

    thread-local-storage Data.TLS.PThread

    After a TLS-based computation is complete, iterate through all the copies of the TLS variable which were used by all threads. NOT thread safe.

Page 144 of many | Previous | Next