Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
waitAnyBuffer :: OutputBuffer -> (OutputBuffer, OutputBuffer)concurrent-output System.Console.Concurrent No documentation available.
waitAnyBuffer :: OutputBuffer -> (OutputBuffer, OutputBuffer)concurrent-output System.Console.Concurrent.Internal No documentation available.
CurlTooManyRedirects :: CurlCodecurl Network.Curl.Code No documentation available.
-
curl Network.Curl.Opts No documentation available.
-
curl Network.Curl.Opts No documentation available.
-
curl Network.Curl.Opts No documentation available.
-
Re-export Many without the constructor
class
IsMany (t :: [Type] -> k -> Type) (xs :: [Type]) (a :: k)data-diverse Data.Diverse.Many This instance allows converting to and from Many There are instances for converting tuples of up to size 15.
-
data-diverse Data.Diverse.Many A Many is an anonymous product type (also know as polymorphic record), with no limit on the number of fields. The following functions are available can be used to manipulate unique fields
- getter/setter for single field: grab and replace
- getter/setter for multiple fields: select and amend
- folds: forMany or collect
- getter/setter for single field: grabN and replaceN
- getter/setter for multiple fields: selectN and amendN
- folds: forManyN or collectN
Key = Index of type in typelist + Offset
The constructor will guarantee the correct number and types of the elements. The constructor is only exported in the Data.Diverse.Many.Internal module consMany :: forall x (xs :: [Type]) . x -> Many xs -> Many (x ': xs)data-diverse Data.Diverse.Many Add an element to the left of a Many. Not named cons to avoid conflict with cons