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.

  1. showLiteral :: LiteralSQL a => a -> [StringSQL]

    relational-schemas Database.Custom.SQLite3

    Convert from haskell record to SQL literal row-value.

  2. showLiteral' :: LiteralSQL a => a -> DList StringSQL

    relational-schemas Database.Custom.SQLite3

    No documentation available.

  3. showNum :: (SqlContext c, Num a, IsString b) => Record c a -> Record c b

    relational-schemas Database.Custom.SQLite3

    Unsafely show number into string-like type in records.

  4. 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.

  5. showTime :: Time -> String

    repa-io Data.Array.Repa.IO.Timing

    Show a time as a string, in milliseconds.

  6. showXML :: CFilter () -> String

    rss Text.RSS

    Render XML as a string.

  7. showAI :: AlignInfo -> String

    table-layout Text.Layout.Table.Primitives.AlignInfo

    Private show function.

  8. showCMI :: ColModInfo -> String

    table-layout Text.Layout.Table.Primitives.ColumnModifier

    Private show function.

  9. showTemplate :: Template -> Text

    template Data.Text.Template

    Show the template string.

  10. showTorrent :: Torrent -> ByteString

    torrent 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.

Page 220 of many | Previous | Next