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.
hangNotEmpty :: SDoc -> Int -> SDoc -> SDocghc GHC.Utils.Outputable This behaves like hang, but does not indent the second document when the header is empty.
hangNotEmpty :: Doc -> Int -> Doc -> Docghc GHC.Utils.Ppr AutogenNotExposed :: CheckExplanationCabal Distribution.PackageDescription.Check No documentation available.
commandNotes :: CommandUI flags -> Maybe (String -> String)Cabal Distribution.Simple.Command Post-Usage notes and examples in help texts
DependencyNotExists :: PackageName -> FailedDependencyCabal Distribution.Simple.Errors No documentation available.
testFailWhenNoTestSuites :: TestFlags -> Flag BoolCabal Distribution.Simple.Setup No documentation available.
handleDoesNotExist :: a -> IO a -> IO aCabal Distribution.Simple.Utils Run an IO computation, returning e if it raises a "file does not exist" error.
bytestringsNotEqualButShouldHaveBeenEqual :: ByteString -> ByteString -> IO Assertionsydtest Test.Syd An assertion that says two ByteStrings should have been equal according to ==.
stringsNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertionsydtest 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.
textsNotEqualButShouldHaveBeenEqual :: Text -> Text -> IO Assertionsydtest 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.