Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showJustName :: Name -> Stringexpress Data.Express.Utils.TH Encodes a Name as a String. This is useful when generating error messages.
> showJustName ''Int "Int"
> showJustName ''String "String"
> showJustName ''Maybe "Maybe"
showLinkAttr :: LinkRelation -> String -> Stringfeed Text.Atom.Feed.Link No documentation available.
showLinkRelation :: LinkRelation -> Stringfeed Text.Atom.Feed.Link No documentation available.
showSDocUnsafe :: SDoc -> Stringghc-typelits-presburger GHC.TypeLits.Presburger.Compat No documentation available.
showTable :: Show a => BlockTable a -> Stringhtml Text.Html.BlockTable No documentation available.
showsTable :: Show a => BlockTable a -> ShowShtml Text.Html.BlockTable No documentation available.
showsArrayType :: (Typeable r, Typeable ix, Typeable e) => ShowSmassiv-test Test.Massiv.Utils Use Typeable to show the array type
showsType :: Typeable t => ShowSmassiv-test Test.Massiv.Utils Use Typeable to show the type.
showHostPort :: Host -> StringmongoDB Database.MongoDB.Connection Display host as "host:port" TODO: Distinguish Service port
showj :: (ToJSON a, IsString b) => a -> bom-show OM.Show Show the JSON representation as any kind of string-like thing. Primarily useful for dumping JSON values into log messages without having to jump through too many hoops.