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. foafmbox_sha1sum :: ScopedName

    swish Swish.RDF.Vocabulary.FOAF

    foaf:mbox_sha1sum from http://xmlns.com/foaf/spec/#term_mbox_sha1sum.

  2. provwasSummaryOf :: ScopedName

    swish Swish.RDF.Vocabulary.Provenance

    prov:wasSummaryOf from http://www.w3.org/TR/prov-o/#wassummaryof.

  3. asum :: (Foldable t, Alternative f) => t (f a) -> f a

    threepenny-gui Graphics.UI.Threepenny.Core

    The sum of a collection of actions using (<|>), generalizing concat. asum is just like msum, but generalised to Alternative.

    Examples

    Basic usage:
    >>> asum [Just "Hello", Nothing, Just "World"]
    Just "Hello"
    

  4. argsSummaryStatistics :: DistanceArguments -> Bool

    tlynx TLynx.Distance.Options

    No documentation available.

  5. argsSumStat :: SimulateArguments -> Bool

    tlynx TLynx.Simulate.Options

    Only print summary statistics?

  6. addConsumerKind :: Builder -> Builder

    tracing Monitor.Tracing.Zipkin

    Adds a consumer kind tag to a builder. This is a convenience method to use with rootSpanWith, for example:

    rootSpanWith addConsumerKind alwaysSampled "root" $ action
    
    Use this method if you want to create a root consumer span. Otherwise use consumerSpanWith to create a sub span with consumer kind.

  7. consumerSpanWith :: MonadTrace m => (Builder -> Builder) -> B3 -> m a -> m a

    tracing Monitor.Tracing.Zipkin

    Generates a child span with CONSUMER kind, optionally modifying the span's builder. The producer's B3 should be provided as input. The generated span will have its parent ID set to the input B3's span ID.

  8. SqrSum :: BinaryOp

    vivid-supercollider Vivid.SC.SynthDef.Types

    (a + b) ^ 2

  9. accountConsumers :: AccountInfo -> !Word32

    web3-polkadot Network.Polkadot.Primitives

    No documentation available.

  10. toChecksum :: ByteString -> ByteString

    web3-solidity Data.Solidity.Prim.Address

    Encode address with mixed-case checksum https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md

Page 231 of many | Previous | Next