Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
dlist Data.DList.DNonEmpty head xs is the first element of xs. <math>(1). head obeys the law:
head xs = head (toNonEmpty xs)
head :: forall (m :: Type -> Type) o . Monad m => ConduitT ByteString o m (Maybe Word8)conduit-extra Data.Conduit.Binary Return the next byte from the stream, if available. Since 0.3.0
-
blaze-html Text.Blaze.Html4.FrameSet Combinator for the <head> element. Example:
head $ span $ toHtml "foo"
Result:<head><span>foo</span></head>
-
blaze-html Text.Blaze.Html4.Strict Combinator for the <head> element. Example:
head $ span $ toHtml "foo"
Result:<head><span>foo</span></head>
-
blaze-html Text.Blaze.Html4.Transitional Combinator for the <head> element. Example:
head $ span $ toHtml "foo"
Result:<head><span>foo</span></head>
-
blaze-html Text.Blaze.Html5 Combinator for the <head> element. Example:
head $ span $ toHtml "foo"
Result:<head><span>foo</span></head>
-
blaze-html Text.Blaze.XHtml1.FrameSet Combinator for the <head> element. Example:
head $ span $ toHtml "foo"
Result:<head><span>foo</span></head>
-
blaze-html Text.Blaze.XHtml1.Strict Combinator for the <head> element. Example:
head $ span $ toHtml "foo"
Result:<head><span>foo</span></head>
-
blaze-html Text.Blaze.XHtml1.Transitional Combinator for the <head> element. Example:
head $ span $ toHtml "foo"
Result:<head><span>foo</span></head>
-
blaze-html Text.Blaze.XHtml5 Combinator for the <head> element. Example:
head $ span $ toHtml "foo"
Result:<head><span>foo</span></head>