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.
-
mixed-types-num Numeric.MixedTypes.PreludeHiding equivalent to showsPrec with a precedence of 0.
showsPrec :: Show a => Int -> a -> ShowSmixed-types-num Numeric.MixedTypes.PreludeHiding Convert a value to a readable String. showsPrec should satisfy the law
showsPrec d x r ++ s == showsPrec d x (r ++ s)
Derived instances of Read and Show satisfy the following: That is, readsPrec parses the string produced by showsPrec, and delivers the value that showsPrec started with.showDot :: (Eq v, Hashable v) => (v -> String) -> Graph v e -> Stringreactive-banana Reactive.Banana.Prim.Low.Graph Map to a string in graphviz dot file format.
showConstantTermsSQL :: ShowConstantTermsSQL a => a -> [StringSQL]relational-query Database.Relational.Arrow Deprecated: Use showLiteral instead of this.
showConstantTermsSQL' :: ShowConstantTermsSQL a => a -> DList StringSQLrelational-query Database.Relational.Arrow Deprecated: Use showLiteral' instead of this.
showLiteral :: LiteralSQL a => a -> [StringSQL]relational-query Database.Relational.Arrow Convert from haskell record to SQL literal row-value.
showLiteral' :: LiteralSQL a => a -> DList StringSQLrelational-query Database.Relational.Arrow No documentation available.
showNum :: (SqlContext c, Num a, IsString b) => Record c a -> Record c brelational-query Database.Relational.Arrow Unsafely show number into string-like type in records.
showNumMaybe :: (SqlContext c, Num a, IsString b) => Record c (Maybe a) -> Record c (Maybe b)relational-query Database.Relational.Arrow Unsafely show number into string-like type in records.
showNum :: (SqlContext c, Num a, IsString b) => Record c a -> Record c brelational-query Database.Relational.Projectable Unsafely show number into string-like type in records.