Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showBaseUrl :: BaseUrl -> Stringservant-client-core Servant.Client.Core >>> showBaseUrl <$> parseBaseUrl "api.example.com" "http://api.example.com"
showBaseUrl :: BaseUrl -> Stringservant-client-core Servant.Client.Core.BaseUrl >>> showBaseUrl <$> parseBaseUrl "api.example.com" "http://api.example.com"
showBaseUrl :: BaseUrl -> Stringservant-client-core Servant.Client.Core.Reexport >>> showBaseUrl <$> parseBaseUrl "api.example.com" "http://api.example.com"
showf :: ShowF f a => f a -> Stringvinyl Data.Vinyl.CoRec No documentation available.
showSingInstance :: OptionsMonad q => Name -> q [Dec]singletons-base Data.Singletons.Base.TH Create instance of Show for the given singleton type (Not to be confused with singShowInstance.)
showSingInstances :: OptionsMonad q => [Name] -> q [Dec]singletons-base Data.Singletons.Base.TH Create instances of Show for the given singleton types (Not to be confused with singShowInstances.)
showErrorMessage :: ErrorMessage -> Stringsingletons-base Data.Singletons.Base.TypeError Convert an ErrorMessage into a human-readable String.
show_ :: Show a => a -> Stringsingletons-base Prelude.Singletons show, but with an extra underscore so that its promoted counterpart (Show_) will not clash with the Show class.
show_ :: Show a => a -> Stringsingletons-base Text.Show.Singletons show, but with an extra underscore so that its promoted counterpart (Show_) will not clash with the Show class.
-
yi-core Yi.String Helper that shows then packs the Text, for all those cases where we use show.