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. setOwnerReadable :: Bool -> Permissions -> Permissions

    unliftio UnliftIO.Directory

    No documentation available.

  2. setOwnerSearchable :: Bool -> Permissions -> Permissions

    unliftio UnliftIO.Directory

    No documentation available.

  3. setOwnerWritable :: Bool -> Permissions -> Permissions

    unliftio UnliftIO.Directory

    No documentation available.

  4. setPermissions :: MonadIO m => FilePath -> Permissions -> m ()

    unliftio UnliftIO.Directory

    Lifted setPermissions.

  5. setEnv :: MonadIO m => String -> String -> m ()

    unliftio UnliftIO.Environment

    Lifted setEnv.

  6. setRegion :: LiftRegion m => Region -> String -> m ()

    hedgehog Hedgehog.Internal.Region

    No documentation available.

  7. sets :: ((a -> b) -> s -> t) -> ASetter s t a b

    microlens Lens.Micro

    sets creates an ASetter from an ordinary function. (The only thing it does is wrapping and unwrapping Identity.)

  8. sets :: ((a -> b) -> s -> t) -> ASetter s t a b

    microlens Lens.Micro.Internal

    sets creates an ASetter from an ordinary function. (The only thing it does is wrapping and unwrapping Identity.)

  9. setAccept :: (Socket -> IO (Socket, SockAddr)) -> Settings -> Settings

    warp 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

  10. setAltSvc :: ByteString -> Settings -> Settings

    warp Network.Wai.Handler.Warp

    Setting the header value of Alternative Services (AltSvc:). Since 3.3.11

Page 165 of many | Previous | Next