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.
setOwnerReadable :: Bool -> Permissions -> Permissionsunliftio UnliftIO.Directory No documentation available.
setOwnerSearchable :: Bool -> Permissions -> Permissionsunliftio UnliftIO.Directory No documentation available.
setOwnerWritable :: Bool -> Permissions -> Permissionsunliftio UnliftIO.Directory No documentation available.
setPermissions :: MonadIO m => FilePath -> Permissions -> m ()unliftio UnliftIO.Directory Lifted setPermissions.
setEnv :: MonadIO m => String -> String -> m ()unliftio UnliftIO.Environment Lifted setEnv.
setRegion :: LiftRegion m => Region -> String -> m ()hedgehog Hedgehog.Internal.Region No documentation available.
sets :: ((a -> b) -> s -> t) -> ASetter s t a bmicrolens Lens.Micro sets creates an ASetter from an ordinary function. (The only thing it does is wrapping and unwrapping Identity.)
sets :: ((a -> b) -> s -> t) -> ASetter s t a bmicrolens Lens.Micro.Internal sets creates an ASetter from an ordinary function. (The only thing it does is wrapping and unwrapping Identity.)
setAccept :: (Socket -> IO (Socket, SockAddr)) -> Settings -> Settingswarp Network.Wai.Handler.Warp Code to accept a new connection. Useful if you need to provide connected sockets from something other than a standard accept call. Default: defaultAccept Since 3.3.24
setAltSvc :: ByteString -> Settings -> Settingswarp Network.Wai.Handler.Warp Setting the header value of Alternative Services (AltSvc:). Since 3.3.11