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.

  1. showPrecExpr :: Int -> Expr -> String

    express 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)"
    

  2. showJustName :: Name -> String

    express 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"
    

  3. showLinkAttr :: LinkRelation -> String -> String

    feed Text.Atom.Feed.Link

    No documentation available.

  4. showLinkRelation :: LinkRelation -> String

    feed Text.Atom.Feed.Link

    No documentation available.

  5. showSDocUnsafe :: SDoc -> String

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    No documentation available.

  6. showTable :: Show a => BlockTable a -> String

    html Text.Html.BlockTable

    No documentation available.

  7. showsTable :: Show a => BlockTable a -> ShowS

    html Text.Html.BlockTable

    No documentation available.

  8. showsArrayType :: (Typeable r, Typeable ix, Typeable e) => ShowS

    massiv-test Test.Massiv.Utils

    Use Typeable to show the array type

  9. showsType :: Typeable t => ShowS

    massiv-test Test.Massiv.Utils

    Use Typeable to show the type.

  10. showHostPort :: Host -> String

    mongoDB Database.MongoDB.Connection

    Display host as "host:port" TODO: Distinguish Service port

Page 88 of many | Previous | Next