Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. toRList :: RSet a -> RSet a

    range-set-list Data.RangeSet.Map

    O(n). Convert a map-based RSet to a list-based RSet.

  2. toRangeList :: RSet a -> [(a, a)]

    range-set-list Data.RangeSet.Map

    O(n). Convert the set to a list of range pairs.

  3. liftList :: POrder b => ([a] -> b) -> [Prop a] -> Prop b -> IO ()

    rec-def Data.Propagator.Naive

    Whenever any of the cells in the list change, update the other, using the given function

  4. defList :: (Propagator pa a, Propagator pb b) => ([pa] -> pb -> IO ()) -> [Purify pa] -> Purify pb

    rec-def Data.Propagator.Purify

    Defines a value of type Purify b to be a function of the values of a list of Purify a values. The action passed should declare that relation to the underlying propagator. The Prop a propagators must only be used for reading values from.

  5. decodeListOf :: Typeable a => Typed (Decoder a -> Decoder [a])

    registry-aeson Data.Registry.Aeson.Decoder

    Add a Decoder [a] to a registry of decoders usage: decoders = decodeListOf @a <: otherDecoders the list of otherDecoders must contain a Decoder a otherwise there will be a compilation error

  6. encodeListOf :: Typeable a => Typed (Encoder a -> Encoder [a])

    registry-aeson Data.Registry.Aeson.Encoder

    Create an Encoder for a list [a]

  7. allListRg :: Rg rg => rg -> [rg]

    rg Data.Rg

    list given items in the enumeration

  8. newStartOfRangeFromList :: [a] -> Range a

    rg Data.Rg

    generating a Range from a list

  9. matchRecursiveList :: (MonadIO m, KeyValue key value, Serialize key, Serialize value) => key -> Iterator -> m [(key, value)]

    rocksdb-query Database.RocksDB.Query

    No documentation available.

  10. matchingAsList :: (MonadUnliftIO m, KeyValue key value, Serialize key, Serialize value) => DB -> key -> m [(key, value)]

    rocksdb-query Database.RocksDB.Query

    Like matching but return a list.

Page 218 of many | Previous | Next