Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. hLookAhead :: Handle -> IO Char

    base System.IO

    Computation hLookAhead returns the next character from the handle without removing it from the input buffer, blocking until a character is available. This operation may fail with:

  2. hLookAhead :: Handle -> IO Char

    base GHC.IO.Handle

    Computation hLookAhead returns the next character from the handle without removing it from the input buffer, blocking until a character is available. This operation may fail with:

  3. hLookAhead_ :: Handle__ -> IO Char

    base GHC.IO.Handle.Internals

    No documentation available.

  4. chunkOverhead :: Int

    bytestring Data.ByteString.Builder.Internal

    The memory management overhead. Currently this is tuned for GHC only.

  5. chunkOverhead :: Int

    bytestring Data.ByteString.Lazy.Internal

    The memory management overhead. Currently this is tuned for GHC only.

  6. unsafeHead :: ByteString -> Word8

    bytestring Data.ByteString.Unsafe

    A variety of head for non-empty ByteStrings. unsafeHead omits the check for the empty case, so there is an obligation on the programmer to provide a proof that the ByteString is non-empty.

  7. chunkOverhead :: Int

    text Data.Text.Internal.Lazy

    The memory management overhead. Currently this is tuned for GHC only.

  8. unsafeHead :: Text -> Char

    text Data.Text.Unsafe

    O(1) A variant of head for non-empty Text. unsafeHead omits the check for the empty case, so there is an obligation on the programmer to provide a proof that the Text is non-empty.

  9. PrintHeading :: String -> IO () -> TestOutput -> TestOutput

    tasty Test.Tasty.Ingredients.ConsoleReporter

    Printing a test group.

  10. listTHead :: Functor m => ListT m a -> m (Maybe a)

    directory System.Directory.Internal

    No documentation available.

Page 127 of many | Previous | Next