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.
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]
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.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.-
mongoDB Database.MongoDB.Admin Set the profiler level, and optionally the slow operation time threshold (in milliseconds).
settingsOpenClientSocket :: Settings -> AddrInfo -> IO Socketnetwork-run Network.Run.TCP Opening a socket. Use openClientSocketWithOptions to specify SocketOption
settingsSelectAddrInfo :: Settings -> NonEmpty AddrInfo -> AddrInfonetwork-run Network.Run.TCP Selecting AddrInfo.
setPtr :: ForeignPtr a -> Ptr a -> ForeignPtr arebase Rebase.Data.Vector.Storable.Internal No documentation available.
setHandler :: Signal -> Maybe (HandlerFun, Dynamic) -> IO (Maybe (HandlerFun, Dynamic))rebase Rebase.Prelude No documentation available.
setUncaughtExceptionHandler :: (SomeException -> IO ()) -> IO ()rebase Rebase.Prelude No documentation available.
-
shelly Shelly Set the stdin to be used and cleared by the next run.