Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
gifMain :: [(Diagram Rasterific, GifDelay)] -> IO ()diagrams-rasterific Diagrams.Backend.Rasterific.CmdLine Make an animated gif main by pairing diagrams with a delay (Int measured in 100th seconds).
uniformGifMain :: GifDelay -> [Diagram Rasterific] -> IO ()diagrams-rasterific Diagrams.Backend.Rasterific.CmdLine Make an animated gif main with the same delay for each diagram.
createDirectoryIfMissing :: Bool -> FilePath -> IO ()easy-file System.EasyFile createDirectoryIfMissing parents dir creates a new directory dir if it doesn't exist. If the first argument is True the function will also create all parent directories if they are missing.
throwIfMinus1 :: (Eq a, Num a) => String -> IO a -> IO azeromq4-haskell System.ZMQ4.Internal.Error No documentation available.
throwIfMinus1Retry :: (Eq a, Num a) => String -> IO a -> IO azeromq4-haskell System.ZMQ4.Internal.Error No documentation available.
throwIfMinus1RetryMayBlock :: (Eq a, Num a) => String -> IO a -> IO b -> IO azeromq4-haskell System.ZMQ4.Internal.Error No documentation available.
throwIfMinus1RetryMayBlock_ :: (Eq a, Num a) => String -> IO a -> IO b -> IO ()zeromq4-haskell System.ZMQ4.Internal.Error No documentation available.
throwIfMinus1Retry_ :: (Eq a, Num a) => String -> IO a -> IO ()zeromq4-haskell System.ZMQ4.Internal.Error No documentation available.
throwIfMinus1_ :: (Eq a, Num a) => String -> IO a -> IO ()zeromq4-haskell System.ZMQ4.Internal.Error No documentation available.
discoverIfMinorEffects :: MonadServerAtomic m => Container -> ItemId -> ContentId ItemKind -> m ()LambdaHack Game.LambdaHack.Server.CommonM No documentation available.