Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
sbv Data.SBV.Internals A version of show for floats that generates correct Haskell literals for nan/infinite
showModel :: SMTConfig -> SMTModel -> Stringsbv Data.SBV.Internals Show a model in human readable form. Ignore bindings to those variables that start with "__internal_sbv_" and also those marked as "nonModelVar" in the config; as these are only for internal purposes
showNegativeNumber :: (Show a, Num a, Ord a) => a -> Stringsbv Data.SBV.Internals When we show a negative number in SMTLib, we must properly parenthesize.
showSMTDouble :: RoundingMode -> Double -> Stringsbv Data.SBV.Internals A version of show for doubles that generates correct SMTLib literals using the rounding mode
showSMTFloat :: RoundingMode -> Float -> Stringsbv Data.SBV.Internals A version of show for floats that generates correct SMTLib literals using the rounding mode
showTDiff :: NominalDiffTime -> Stringsbv Data.SBV.Internals Show NominalDiffTime in human readable form. NominalDiffTime is essentially picoseconds (10^-12 seconds). We show it so that it's represented at the day:hour:minute:second.XXX granularity.
showType :: HasKind a => a -> Stringsbv Data.SBV.Internals No documentation available.
showPoly :: Polynomial a => a -> Stringsbv Data.SBV.Tools.Polynomial Display a polynomial like a mathematician would (over the monomial x), with a type.
showPolynomial :: Polynomial a => Bool -> a -> Stringsbv Data.SBV.Tools.Polynomial Display a polynomial like a mathematician would (over the monomial x), the first argument controls if the final type is shown as well.
showType :: HasKind a => a -> Stringsbv Data.SBV.Trans No documentation available.