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.
setChecks :: MSpoof -> [SpoofCheck] -> IO ()text-icu Data.Text.ICU.Spoof Configure the checks performed by a spoof checker.
setRestrictionLevel :: MSpoof -> RestrictionLevel -> IO ()text-icu Data.Text.ICU.Spoof Configure the restriction level of a spoof checker.
setField :: forall (f :: Symbol) s a . HasField' f s a => a -> s -> sgeneric-lens Data.Generics.Product.Fields >>> setField @"age" 60 human Human {name = "Tunyasz", age = 60, address = "London", other = False}setPosition :: forall (i :: Nat) s a . HasPosition' i s a => a -> s -> sgeneric-lens Data.Generics.Product.Positions >>> setPosition @2 60 human Human {name = "Tunyasz", age = 60, address = "London"}setTyped :: HasType a s => a -> s -> sgeneric-lens Data.Generics.Product.Typed Set field at type.
setCondition :: SetOpts -> Maybe Conditionhedis Database.Redis.Commands Set the key on condition
setGet :: RedisCtx m f => ByteString -> ByteString -> m (f ByteString)hedis Database.Redis.Commands No documentation available.
setGetOpts :: RedisCtx m f => ByteString -> ByteString -> SetOpts -> m (f ByteString)hedis Database.Redis.Commands No documentation available.
-
hedis Database.Redis.Commands Retain the time to live associated with the key. Since Redis 6.0
setMilliseconds :: SetOpts -> Maybe Integerhedis Database.Redis.Commands Set the specified expire time, in milliseconds.