Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
testGroupGeneratorFor :: String -> [String] -> ExpQtasty-th Test.Tasty.TH Like testGroupGenerator, but generates a test group only including the specified function names. The function names still need to follow the pattern of starting with one of prop_, case_ or test_.
-
cookie Web.Cookie No documentation available.
removePathForcibly :: MonadIO m => Path b t -> m ()path-io Path.IO Remove a file or directory at path together with its contents and subdirectories. Symbolic links are removed without affecting their targets. If the path does not exist, nothing happens. Unlike other removal functions, this function will also attempt to delete files marked as read-only or otherwise made unremovable due to permissions. As a result, if the removal is incomplete, the permissions or attributes on the remaining files may be altered. If there are hard links in the directory, then permissions on all related hard links may be altered. If an entry within the directory vanishes while removePathForcibly is running, it is silently ignored. If an exception occurs while removing an entry, removePathForcibly will still try to remove as many entries as it can before failing with an exception. The first exception that it encountered is re-thrown.
MalformedRequest :: RequestHead -> String -> HandshakeExceptionwebsockets Network.WebSockets The request was somehow invalid (missing headers or wrong security token)
MalformedResponse :: ResponseHead -> String -> HandshakeExceptionwebsockets Network.WebSockets The servers response was somehow invalid (missing headers or wrong security token)
-
JuicyPixels Codec.Picture The animation will restart once the end is reached
Uniform :: PaletteCreationMethodJuicyPixels Codec.Picture Very fast algorithm (one pass), doesn't provide good looking results.
Uniform :: PaletteCreationMethodJuicyPixels Codec.Picture.ColorQuant Very fast algorithm (one pass), doesn't provide good looking results.
-
JuicyPixels Codec.Picture.Gif The animation will restart once the end is reached
inverseDirectCosineTransform :: MutableMacroBlock s Int16 -> ST s (MutableMacroBlock s Int16)JuicyPixels Codec.Picture.Jpg.Internal.Common No documentation available.