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.
showPrecExpr :: Int -> Expr -> Stringexpress Data.Express.Core O(n). Like showExpr but allows specifying the surrounding precedence.
> showPrecExpr 6 (one -+- two) "1 + 2"
> showPrecExpr 7 (one -+- two) "(1 + 2)"
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