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.

  1. setOwnerWritable :: Bool -> Permissions -> Permissions

    path-io Path.IO

    No documentation available.

  2. 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.

  3. setAddrFamily :: Family -> ClientSettings -> ClientSettings

    streaming-commons Data.Streaming.Network

    Set the address family for the given settings. Since 0.1.3

  4. setAfterBind :: HasAfterBind a => (Socket -> IO ()) -> a -> a

    streaming-commons Data.Streaming.Network

    No documentation available.

  5. setHost :: ByteString -> ClientSettings -> ClientSettings

    streaming-commons Data.Streaming.Network

    No documentation available.

  6. setNeedLocalAddr :: Bool -> ServerSettings -> ServerSettings

    streaming-commons Data.Streaming.Network

    No documentation available.

  7. setPath :: HasPath a => FilePath -> a -> a

    streaming-commons Data.Streaming.Network

    No documentation available.

  8. setPort :: HasPort a => Int -> a -> a

    streaming-commons Data.Streaming.Network

    No documentation available.

  9. setReadBufferSize :: HasReadBufferSize a => Int -> a -> a

    streaming-commons Data.Streaming.Network

    Set buffer size used when reading from socket. Since 0.1.13

  10. setVal :: Accessor r a -> a -> r -> r

    data-accessor Data.Accessor

    Set a value of a record field that is specified by an Accessor

Page 223 of many | Previous | Next