Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. hangNotEmpty :: SDoc -> Int -> SDoc -> SDoc

    ghc GHC.Utils.Outputable

    This behaves like hang, but does not indent the second document when the header is empty.

  2. hangNotEmpty :: Doc -> Int -> Doc -> Doc

    ghc GHC.Utils.Ppr

    Apply hang to the arguments if the first Doc is not empty.

  3. AutogenNotExposed :: CheckExplanation

    Cabal Distribution.PackageDescription.Check

    No documentation available.

  4. commandNotes :: CommandUI flags -> Maybe (String -> String)

    Cabal Distribution.Simple.Command

    Post-Usage notes and examples in help texts

  5. DependencyNotExists :: PackageName -> FailedDependency

    Cabal Distribution.Simple.Errors

    No documentation available.

  6. testFailWhenNoTestSuites :: TestFlags -> Flag Bool

    Cabal Distribution.Simple.Setup

    No documentation available.

  7. handleDoesNotExist :: a -> IO a -> IO a

    Cabal Distribution.Simple.Utils

    Run an IO computation, returning e if it raises a "file does not exist" error.

  8. bytestringsNotEqualButShouldHaveBeenEqual :: ByteString -> ByteString -> IO Assertion

    sydtest Test.Syd

    An assertion that says two ByteStrings should have been equal according to ==.

  9. stringsNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertion

    sydtest Test.Syd

    An assertion that says two Strings should have been equal according to ==. Note that using function could mess up the colours in your terminal if the Texts contain ANSI codes. In that case you may want to show your values first or use shouldBe instead.

  10. textsNotEqualButShouldHaveBeenEqual :: Text -> Text -> IO Assertion

    sydtest Test.Syd

    An assertion that says two Texts should have been equal according to ==. Note that using function could mess up the colours in your terminal if the Texts contain ANSI codes. In that case you may want to show your values first or use shouldBe instead.

Page 86 of many | Previous | Next