Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. tfoot :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Transitional

    Combinator for the <tfoot> element. Example:

    tfoot $ span $ toHtml "foo"
    
    Result:
    <tfoot><span>foo</span></tfoot>
    

  2. tfoot :: Html -> Html

    blaze-html Text.Blaze.XHtml5

    Combinator for the <tfoot> element. Example:

    tfoot $ span $ toHtml "foo"
    
    Result:
    <tfoot><span>foo</span></tfoot>
    

  3. dumpIdInfoOfProgram :: Bool -> (IdInfo -> SDoc) -> CoreProgram -> SDoc

    ghc GHC.Core.Utils

    No documentation available.

  4. lookupInfoOccRn :: RdrName -> RnM [Name]

    ghc GHC.Rename.Env

    lookupInfoOccRn is intended for use in GHCi's ":info" command It finds all the GREs that RdrName could mean, not complaining about ambiguity, but rather returning them all (c.f. #9881). lookupInfoOccRn is also used in situations where we check for at least one definition of the RdrName, not complaining about multiple definitions (see #17832).

  5. binderInfoOccursAsArg :: BinderInfo -> Maybe Bool

    ghc GHC.Stg.Lift.Types

    Returns Nothing for BoringBinders and Just the flag indicating occurrences as argument or in a nullary applications otherwise.

  6. homeModInfoObject :: HomeModInfo -> Maybe Linkable

    ghc GHC.Unit.Home.ModInfo

    No documentation available.

  7. fieldInfoOffset :: FieldInfo -> Int

    haskell-gi Data.GI.CodeGen.LibGIRepository

    No documentation available.

  8. poFooterWS :: ParseOutput -> Lines

    string-interpolate Data.String.Interpolate.Parse

    No documentation available.

  9. tfoot_ :: Term arg result => arg -> result

    lucid Lucid.Html5

    tfoot element

  10. type DatatypeInfoOf a = GDatatypeInfoOf a

    generics-sop Generics.SOP

    No documentation available.

Page 16 of many | Previous | Next