Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. set :: forall (n :: PeanoNum) (xs :: [Type]) proxy . Index n xs => proxy n -> ValueAt n xs -> ContVec xs -> ContVec xs

    fixed-vector-hetero Data.Vector.HFixed.Cont

    Set value on nth position.

  2. set :: (Binary a, Typeable a) => Store -> [String] -> a -> IO ()

    hakyll Hakyll.Core.Store

    Store an item

  3. set :: Cluster -> Key -> Value -> Flags -> Expiration -> IO Version

    memcache Database.Memcache.Client

    Store a new (or overwrite exisiting) key-value pair, returning its version identifier. Use an expiration value of 0 to store forever.

  4. set :: Set b m a v => a -> v -> m ()

    metrics Data.Metrics.Types

    Replace the current value of a simple metric (i.e. a Counter or a Gauge)

  5. set :: ToJSVal v => MisoString -> v -> Object -> JSM ()

    miso Miso.FFI

    Set property on object

  6. set :: (Ord k1, Ord k2, MonoidNull v) => k1 -> k2 -> v -> NestedMonoidMap k1 k2 v -> NestedMonoidMap k1 k2 v

    monoidmap-examples Data.MonoidMap.Examples.NestedMonoidMap

    No documentation available.

  7. set :: Int -> Counter -> IO ()

    prometheus System.Metrics.Prometheus.Metric.Counter

    Write i to the counter, if i is more than the current value. This is useful for when the count is maintained by a separate system (e.g. GHC's GC counter). WARNING: For multiple writers, the most recent one wins, which may not preserve the increasing property. If you have stronger requirements than this, please check with the maintainers. See https://github.com/bitnomial/prometheus/pull/44 for discussion.

  8. set :: Double -> Gauge -> IO ()

    prometheus System.Metrics.Prometheus.Metric.Gauge

    No documentation available.

  9. set :: Setting s t a b -> b -> s -> t

    quadratic-irrational Numeric.QuadraticIrrational.Internal.Lens

    No documentation available.

  10. set :: Signal a -> a -> IO ()

    ramus Ramus.Internal

    No documentation available.

Page 19 of many | Previous | Next