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.
showSqlUnoptExplicit :: Unpackspec fields b -> Select fields -> Maybe Stringopaleye Opaleye.Sql No documentation available.
showSqlType :: IsSqlType sqlType => proxy sqlType -> Stringopaleye Opaleye.SqlTypes No documentation available.
showParserABit :: Parser a -> Stringopt-env-conf OptEnvConf.Parser No documentation available.
showSettingABit :: Setting a -> ShowSopt-env-conf OptEnvConf.Setting Show a Setting as much as possible, for debugging
shownExample :: Show a => a -> Builder aopt-env-conf OptEnvConf.Setting Use Show to show an example. This only makes sense if you use reader auto.
showable :: Show a => a -> Default aoptima Optima Provide a default value with textual representation formed using the implicit Show instance.
showWithBase :: Integral a => Int -> a -> Stringpercent-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"showMigration :: (HasCallStack, MonadSqlQuery m) => Migration -> m [Text]persistent-mtl Database.Persist.Monad.Shim The lifted version of showMigration
showMigration :: (HasCallStack, MonadSqlQuery m) => Migration -> m [Text]persistent-mtl Database.Persist.Sql.Shim The lifted version of showMigration
showValue :: (RationalConvertible a, Show a) => FormatMode -> a -> Stringprefix-units Data.Prefix.Units Generates a final string representation of a value.