Hoogle Search
Within LTS Haskell 24.54 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
ExecutionStageSummary_Kind_SINGLETONKIND :: ExecutionStageSummary_Kindgogol-dataflow Gogol.Dataflow.Types Creates a Singleton view of a collection.
pattern
TransformSummary_Kind_SINGLETONKIND :: TransformSummary_Kindgogol-dataflow Gogol.Dataflow.Types Creates a Singleton view of a collection.
fromSingletonIndex :: Index key val -> Maybe valhaskey-btree Data.BTree.Primitives.Index Test if the index consists of a single value. Returns the element if the index is a singleton. Otherwise fails.
fromSingletonIndex (singletonIndex val) == Just val