Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showLiteral :: LiteralSQL a => a -> [StringSQL]relational-schemas Database.Custom.SQLite3 Convert from haskell record to SQL literal row-value.
showLiteral' :: LiteralSQL a => a -> DList StringSQLrelational-schemas Database.Custom.SQLite3 No documentation available.
showNum :: (SqlContext c, Num a, IsString b) => Record c a -> Record c brelational-schemas Database.Custom.SQLite3 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-schemas Database.Custom.SQLite3 Unsafely show number into string-like type in records.
-
repa-io Data.Array.Repa.IO.Timing Show a time as a string, in milliseconds.
showXML :: CFilter () -> Stringrss Text.RSS Render XML as a string.
-
table-layout Text.Layout.Table.Primitives.AlignInfo Private show function.
showCMI :: ColModInfo -> Stringtable-layout Text.Layout.Table.Primitives.ColumnModifier Private show function.
showTemplate :: Template -> Texttemplate Data.Text.Template Show the template string.
showTorrent :: Torrent -> ByteStringtorrent Data.Torrent generates a torrent file Due to lexographical ordering requirements of BEncoded data, this should generate the same ByteString that readTorrent read to generate the Torrent. However, torrent files may contain extensions and nonstandard fields that prevent that from holding for all torrent files.