Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showSqlUnoptExplicit :: Unpackspec fields b -> Select fields -> Maybe String

    opaleye Opaleye.Sql

    No documentation available.

  2. showSqlType :: IsSqlType sqlType => proxy sqlType -> String

    opaleye Opaleye.SqlTypes

    No documentation available.

  3. showParserABit :: Parser a -> String

    opt-env-conf OptEnvConf.Parser

    No documentation available.

  4. showSettingABit :: Setting a -> ShowS

    opt-env-conf OptEnvConf.Setting

    Show a Setting as much as possible, for debugging

  5. shownExample :: Show a => a -> Builder a

    opt-env-conf OptEnvConf.Setting

    Use Show to show an example. This only makes sense if you use reader auto.

  6. showable :: Show a => a -> Default a

    optima Optima

    Provide a default value with textual representation formed using the implicit Show instance.

  7. showWithBase :: Integral a => Int -> a -> String

    percent-format Text.PercentFormat.Utils

    showWithBase b n returns a string representation of n in base b.

    showWithBase 2 10
    
    "1010" > showWithBase 16 49406 "c0f3" > showWithBase 10 (-1234) "-1234"

  8. showMigration :: (HasCallStack, MonadSqlQuery m) => Migration -> m [Text]

    persistent-mtl Database.Persist.Monad.Shim

    The lifted version of showMigration

  9. showMigration :: (HasCallStack, MonadSqlQuery m) => Migration -> m [Text]

    persistent-mtl Database.Persist.Sql.Shim

    The lifted version of showMigration

  10. showValue :: (RationalConvertible a, Show a) => FormatMode -> a -> String

    prefix-units Data.Prefix.Units

    Generates a final string representation of a value.

Page 155 of many | Previous | Next