Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. nsSingleton :: forall k f1 (x :: k) (y :: k) p f2 . (Profunctor p, Functor f2) => p (f1 x) (f2 (f1 y)) -> p (NS f1 '[x]) (f2 (NS f1 '[y]))

    generics-sop-lens Generics.SOP.Lens

    No documentation available.

  2. modNodeMapSingleton :: ModNodeKey -> a -> ModNodeMap a

    ghc-lib GHC.Driver.Make

    No documentation available.

  3. pattern BinaryAuthorization_EvaluationMode_PROJECTSINGLETONPOLICYENFORCE :: BinaryAuthorization_EvaluationMode

    gogol-container Gogol.Container

    Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true.

  4. pattern BinaryAuthorization_EvaluationMode_PROJECTSINGLETONPOLICYENFORCE :: BinaryAuthorization_EvaluationMode

    gogol-container Gogol.Container.Types

    Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true.

  5. pattern ExecutionStageSummary_Kind_SINGLETONKIND :: ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow

    Creates a Singleton view of a collection.

  6. pattern TransformSummary_Kind_SINGLETONKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow

    Creates a Singleton view of a collection.

  7. pattern ExecutionStageSummary_Kind_SINGLETONKIND :: ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Creates a Singleton view of a collection.

  8. pattern TransformSummary_Kind_SINGLETONKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Creates a Singleton view of a collection.

  9. fromSingletonIndex :: Index key val -> Maybe val

    haskey-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
    

Page 74 of many | Previous | Next