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.
setOwnerWritable :: Bool -> Permissions -> Permissionspath-io Path.IO No documentation available.
setPermissions :: MonadIO m => Path b t -> Permissions -> m ()path-io Path.IO The setPermissions operation sets the permissions for the file or directory. The operation may fail with:
- isPermissionError if the user is not permitted to set the permissions; or
- isDoesNotExistError if the file or directory does not exist.
setAddrFamily :: Family -> ClientSettings -> ClientSettingsstreaming-commons Data.Streaming.Network Set the address family for the given settings. Since 0.1.3
setAfterBind :: HasAfterBind a => (Socket -> IO ()) -> a -> astreaming-commons Data.Streaming.Network No documentation available.
setHost :: ByteString -> ClientSettings -> ClientSettingsstreaming-commons Data.Streaming.Network No documentation available.
setNeedLocalAddr :: Bool -> ServerSettings -> ServerSettingsstreaming-commons Data.Streaming.Network No documentation available.
setPath :: HasPath a => FilePath -> a -> astreaming-commons Data.Streaming.Network No documentation available.
setPort :: HasPort a => Int -> a -> astreaming-commons Data.Streaming.Network No documentation available.
setReadBufferSize :: HasReadBufferSize a => Int -> a -> astreaming-commons Data.Streaming.Network Set buffer size used when reading from socket. Since 0.1.13
setVal :: Accessor r a -> a -> r -> rdata-accessor Data.Accessor Set a value of a record field that is specified by an Accessor