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.
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.
-
sbv Documentation.SBV.Examples.Crypto.Prince Nicely show a concrete block.
showHash :: (Show a, Integral a, SymVal a) => SBV a -> Stringsbv Documentation.SBV.Examples.Crypto.SHA Nicely lay out a hash value as a string
showsHex :: ByteString -> ShowSsecp256k1-haskell Crypto.Secp256k1.Internal.Util No documentation available.