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.

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

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

    optima Optima

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

  3. 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"

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

    persistent-mtl Database.Persist.Monad.Shim

    The lifted version of showMigration

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

    persistent-mtl Database.Persist.Sql.Shim

    The lifted version of showMigration

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

    prefix-units Data.Prefix.Units

    Generates a final string representation of a value.

  7. showValueWith :: (RationalConvertible a, Show a) => (Unit -> String) -> FormatMode -> a -> String

    prefix-units Data.Prefix.Units

    Simple helper to generate the full string representation of an integral value.

  8. showsTree :: (a -> ShowS) -> Patricia a -> ShowS

    radix-tree Data.Patricia.Word.Lazy.Debug

    Shows the internal structure of the tree.

  9. showsTree :: (a -> ShowS) -> Patricia a -> ShowS

    radix-tree Data.Patricia.Word.Strict.Debug

    Shows the internal structure of the tree.

  10. showsTree :: (a -> ShowS) -> Radix1Tree a -> ShowS

    radix-tree Data.Radix1Tree.Word8.Lazy.Debug

    Shows the internal structure of the tree.

Page 156 of many | Previous | Next