Hoogle Search

Within Stackage Nightly 2026-07-01 (ghc-9.12.4)

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

  1. setChecks :: MSpoof -> [SpoofCheck] -> IO ()

    text-icu Data.Text.ICU.Spoof

    Configure the checks performed by a spoof checker.

  2. setRestrictionLevel :: MSpoof -> RestrictionLevel -> IO ()

    text-icu Data.Text.ICU.Spoof

    Configure the restriction level of a spoof checker.

  3. setField :: forall (f :: Symbol) s a . HasField' f s a => a -> s -> s

    generic-lens Data.Generics.Product.Fields

    >>> setField @"age" 60 human
    Human {name = "Tunyasz", age = 60, address = "London", other = False}
    

  4. setPosition :: forall (i :: Nat) s a . HasPosition' i s a => a -> s -> s

    generic-lens Data.Generics.Product.Positions

    >>> setPosition @2 60 human
    Human {name = "Tunyasz", age = 60, address = "London"}
    

  5. setTyped :: HasType a s => a -> s -> s

    generic-lens Data.Generics.Product.Typed

    Set field at type.

  6. setCondition :: SetOpts -> Maybe Condition

    hedis Database.Redis.Commands

    Set the key on condition

  7. setGet :: RedisCtx m f => ByteString -> ByteString -> m (f ByteString)

    hedis Database.Redis.Commands

    No documentation available.

  8. setGetOpts :: RedisCtx m f => ByteString -> ByteString -> SetOpts -> m (f ByteString)

    hedis Database.Redis.Commands

    No documentation available.

  9. setKeepTTL :: SetOpts -> Bool

    hedis Database.Redis.Commands

    Retain the time to live associated with the key. Since Redis 6.0

  10. setMilliseconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.Commands

    Set the specified expire time, in milliseconds.

Page 57 of many | Previous | Next