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.
showMutantDefinition :: ShowMutable a => [String] -> a -> a -> Stringfitspec Test.FitSpec.ShowMutable Show a Mutant as a new complete top-level definition, with a prime appended to the name of the mutant.
> putStrLn $ showMutantDefinition ["p && q","not p"] ((&&),not) ((==),id) False &&- False = True p &&- q = p && q not' False = False not' True = True not' p = not p
showMutantNested :: ShowMutable a => [String] -> a -> a -> Stringfitspec Test.FitSpec.ShowMutable Show a Mutant as a tuple of nested lambdas. Very similar to showMutantAsTuple, but the underlying data structure is not flatten: so the output is as close as possible to the underlying representation.
showsPrec :: (Natural n, Show a) => Int -> T n a -> ShowSfixed-length Data.FixedLength No documentation available.
showFieldName :: forall (names :: [Symbol]) . FieldName names -> Textforma Web.Forma Project textual representation of path to a field.
-
geodetics Geodetics.Geodetic Show an angle as degrees, minutes and seconds to two decimal places.
showGeodeticDDDMMSS :: Bool -> Geodetic e -> Stringgeodetics Geodetics.Geodetic Show Geodetic as a pair of angles in the DDDMMSS format, e.g. 343123.52N, 461356.43W.
showGeodeticLatLong :: Geodetic e -> Stringgeodetics Geodetics.Geodetic Show Geodetic as a pair of degrees, minutes, and seconds. This is similar to the Show instance for Geodetic, except it does not include the altitude and the ellipsoid.
showGeodeticNSEWDecimal :: Geodetic e -> Stringgeodetics Geodetics.Geodetic Show Geodetic as a pair of decimal degrees NSEW, e.g. 34.52327N, 46.23234W.
showGeodeticSignedDecimal :: Geodetic e -> Stringgeodetics Geodetics.Geodetic Show Geodetic as a pair of signed decimal degrees (5 decimal places of precision), e.g. 34.52327, -46.23234.
showModules :: Ghci -> IO [(String, FilePath)]ghcid Language.Haskell.Ghcid List the modules currently loaded, with module name and source file.