Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fprintfVector :: FilePath -> String -> Vector Double -> IO ()hmatrix-gsl Numeric.GSL.LinearAlgebra Saves the elements of a vector, with a given format (%f, %e, %g), to an ASCII file.
formatConfigPrettyPrint :: FormatConfig -> Boolhspec-api Test.Hspec.Api.Format.V1 Deprecated: use formatConfigPrettyPrintFunction instead
formatConfigPrettyPrintFunction :: FormatConfig -> Maybe (String -> String -> (String, String))hspec-api Test.Hspec.Api.Format.V1 No documentation available.
formatConfigPrintCpuTime :: FormatConfig -> Boolhspec-api Test.Hspec.Api.Format.V1 No documentation available.
formatConfigPrintTimes :: FormatConfig -> Boolhspec-api Test.Hspec.Api.Format.V1 No documentation available.
formatConfigPrettyPrintFunction :: FormatConfig -> Maybe (String -> String -> (String, String))hspec-api Test.Hspec.Api.Format.V2 No documentation available.
formatConfigPrintCpuTime :: FormatConfig -> Boolhspec-api Test.Hspec.Api.Format.V2 No documentation available.
formatConfigPrintTimes :: FormatConfig -> Boolhspec-api Test.Hspec.Api.Format.V2 No documentation available.
-
hspec-api Test.Hspec.Api.Formatters.V2 Return True if the user requested pretty diffs, False otherwise.
prettyPrintFunction :: FormatM (Maybe (String -> String -> (String, String)))hspec-api Test.Hspec.Api.Formatters.V2 Return a function for pretty-printing if the user requested pretty diffs, Nothing otherwise.