Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
optparse-applicative Options.Applicative.Builder.Completer Strongly quote the string we pass to compgen. We need to do this so bash doesn't expand out any ~ or other chars we want to complete on, or emit an end of line error when seeking the close to the quote.
prefHelpLongEquals :: ParserPrefs -> Booloptparse-applicative Options.Applicative.Common when displaying long names in usage and help, use an '=' sign for long names, rather than a single space (default: False)
prefHelpLongEquals :: ParserPrefs -> Booloptparse-applicative Options.Applicative.Extra when displaying long names in usage and help, use an '=' sign for long names, rather than a single space (default: False)
prefHelpLongEquals :: ParserPrefs -> Booloptparse-applicative Options.Applicative.Types when displaying long names in usage and help, use an '=' sign for long names, rather than a single space (default: False)
-
conduit Data.Conduit Provide identical input to all of the Conduits and combine their outputs into a single stream. Implemented on top of ZipConduit, see that data type for more details. Since 1.0.17
-
conduit Data.Conduit Send incoming values to all of the Sink providing, and ultimately coalesce together all return values. Implemented on top of ZipSink, see that data type for more details. Since 1.0.13
-
conduit Data.Conduit Coalesce all values yielded by all of the Sources. Implemented on top of ZipSource and as such, it exhibits the same short-circuiting behavior as ZipSource. See that data type for more details. If you want to create a source that yields *all* values from multiple sources, use sequence_. Since 1.0.13
-
conduit Data.Conduit.Internal Provide identical input to all of the Conduits and combine their outputs into a single stream. Implemented on top of ZipConduit, see that data type for more details. Since 1.0.17
-
conduit Data.Conduit.Internal Send incoming values to all of the Sink providing, and ultimately coalesce together all return values. Implemented on top of ZipSink, see that data type for more details. Since 1.0.13
-
conduit Data.Conduit.Internal Coalesce all values yielded by all of the Sources. Implemented on top of ZipSource and as such, it exhibits the same short-circuiting behavior as ZipSource. See that data type for more details. If you want to create a source that yields *all* values from multiple sources, use sequence_. Since 1.0.13