Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
criterion Criterion.IO The magic string we expect to start off the header.
head1 :: forall (t :: Type -> Type) a . Traversable1 t => Lens' (t a) alens Control.Lens.Combinators A Lens focusing on the first element of a Traversable1 container.
>>> 2 :| [3, 4] & head1 +~ 10 12 :| [3,4]
>>> Identity True ^. head1 True
head1 :: forall (t :: Type -> Type) a . Traversable1 t => Lens' (t a) alens Control.Lens.Lens A Lens focusing on the first element of a Traversable1 container.
>>> 2 :| [3, 4] & head1 +~ 10 12 :| [3,4]
>>> Identity True ^. head1 True
-
optparse-applicative Options.Applicative Specify a header for this parser.
headerDoc :: Maybe Doc -> InfoMod aoptparse-applicative Options.Applicative Specify a header for this parser as a 'Prettyprinter.Doc AnsiStyle' value.
-
optparse-applicative Options.Applicative.Builder Specify a header for this parser.
headerDoc :: Maybe Doc -> InfoMod aoptparse-applicative Options.Applicative.Builder Specify a header for this parser as a 'Prettyprinter.Doc AnsiStyle' value.
headerHelp :: Chunk Doc -> ParserHelpoptparse-applicative Options.Applicative.Help.Core No documentation available.
headC :: forall (m :: Type -> Type) a o . Monad m => ConduitT a o m (Maybe a)conduit Conduit Take a single value from the stream, if available.
-
conduit Conduit Get the next element in the chunked stream.