Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setDims :: [Int] -> [Int] -> [Int] -> [Int]

    harpie Harpie.Shape

    Set dimensions of a shape.

    >>> setDims [0,1] [1,5] [2,3,4]
    [1,5,4]
    
    >>> setDims [0] [3] []
    [3]
    

  2. setglobal' :: LuaError e => Name -> LuaE e ()

    hslua HsLua

    Like setglobal, but knows about packages and nested tables. E.g.

    pushstring "0.9.4"
    setglobal' "mypackage.version"
    
    All tables and fields, except for the last field, must exist.

  3. setglobal' :: LuaError e => Name -> LuaE e ()

    hslua HsLua.Util

    Like setglobal, but knows about packages and nested tables. E.g.

    pushstring "0.9.4"
    setglobal' "mypackage.version"
    
    All tables and fields, except for the last field, must exist.

  4. setProfilingLevel :: forall (m :: Type -> Type) . MonadIO m => ProfilingLevel -> Maybe MilliSec -> Action m ()

    mongoDB Database.MongoDB.Admin

    Set the profiler level, and optionally the slow operation time threshold (in milliseconds).

  5. settingsOpenClientSocket :: Settings -> AddrInfo -> IO Socket

    network-run Network.Run.TCP

    Opening a socket. Use openClientSocketWithOptions to specify SocketOption

  6. settingsSelectAddrInfo :: Settings -> NonEmpty AddrInfo -> AddrInfo

    network-run Network.Run.TCP

    Selecting AddrInfo.

  7. setPtr :: ForeignPtr a -> Ptr a -> ForeignPtr a

    rebase Rebase.Data.Vector.Storable.Internal

    No documentation available.

  8. setHandler :: Signal -> Maybe (HandlerFun, Dynamic) -> IO (Maybe (HandlerFun, Dynamic))

    rebase Rebase.Prelude

    No documentation available.

  9. setUncaughtExceptionHandler :: (SomeException -> IO ()) -> IO ()

    rebase Rebase.Prelude

    No documentation available.

  10. setStdin :: Text -> Sh ()

    shelly Shelly

    Set the stdin to be used and cleared by the next run.

Page 431 of many | Previous | Next