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.

  1. testGroupGeneratorFor :: String -> [String] -> ExpQ

    tasty-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_.

  2. expiresFormat :: String

    cookie Web.Cookie

    No documentation available.

  3. 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.

  4. MalformedRequest :: RequestHead -> String -> HandshakeException

    websockets Network.WebSockets

    The request was somehow invalid (missing headers or wrong security token)

  5. MalformedResponse :: ResponseHead -> String -> HandshakeException

    websockets Network.WebSockets

    The servers response was somehow invalid (missing headers or wrong security token)

  6. LoopingForever :: GifLooping

    JuicyPixels Codec.Picture

    The animation will restart once the end is reached

  7. Uniform :: PaletteCreationMethod

    JuicyPixels Codec.Picture

    Very fast algorithm (one pass), doesn't provide good looking results.

  8. Uniform :: PaletteCreationMethod

    JuicyPixels Codec.Picture.ColorQuant

    Very fast algorithm (one pass), doesn't provide good looking results.

  9. LoopingForever :: GifLooping

    JuicyPixels Codec.Picture.Gif

    The animation will restart once the end is reached

  10. inverseDirectCosineTransform :: MutableMacroBlock s Int16 -> ST s (MutableMacroBlock s Int16)

    JuicyPixels Codec.Picture.Jpg.Internal.Common

    No documentation available.

Page 521 of many | Previous | Next