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.
-
blaze-html Text.Blaze.XHtml1.Transitional Combinator for the <tfoot> element. Example:
tfoot $ span $ toHtml "foo"
Result:<tfoot><span>foo</span></tfoot>
-
blaze-html Text.Blaze.XHtml5 Combinator for the <tfoot> element. Example:
tfoot $ span $ toHtml "foo"
Result:<tfoot><span>foo</span></tfoot>
dumpIdInfoOfProgram :: Bool -> (IdInfo -> SDoc) -> CoreProgram -> SDocghc GHC.Core.Utils No documentation available.
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).
binderInfoOccursAsArg :: BinderInfo -> Maybe Boolghc GHC.Stg.Lift.Types Returns Nothing for BoringBinders and Just the flag indicating occurrences as argument or in a nullary applications otherwise.
homeModInfoObject :: HomeModInfo -> Maybe Linkableghc GHC.Unit.Home.ModInfo No documentation available.
fieldInfoOffset :: FieldInfo -> Inthaskell-gi Data.GI.CodeGen.LibGIRepository No documentation available.
poFooterWS :: ParseOutput -> Linesstring-interpolate Data.String.Interpolate.Parse No documentation available.
tfoot_ :: Term arg result => arg -> resultlucid Lucid.Html5 tfoot element
type
DatatypeInfoOf a = GDatatypeInfoOf agenerics-sop Generics.SOP No documentation available.