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.

  1. prop_singletonRangeHas :: DiscreteOrdered a => a -> Bool

    Ranged-sets Data.Ranged.Ranges

    Range Singleton has its member.

    prop_singletonRangeHas v = singletonRange v `rangeHas` v
    

  2. prop_singletonRangeHasOnly :: DiscreteOrdered a => a -> a -> Bool

    Ranged-sets Data.Ranged.Ranges

    Range Singleton has only its member.

    prop_singletonHasOnly v1 v2 =
    (v1 == v2) == (singletonRange v1 `rangeHas` v2)
    

  3. rangeSingletonValue :: DiscreteOrdered v => Range v -> Maybe v

    Ranged-sets Data.Ranged.Ranges

    If the range is a singleton, returns Just the value. Otherwise returns Nothing. Known bug: This always returns Nothing for ranges including BoundaryBelowAll or BoundaryAboveAll. For bounded types this can be incorrect. For instance, the following range only contains one value:

    Range (BoundaryBelow maxBound) BoundaryAboveAll
    

  4. npSingleton :: forall k f1 (x :: k) (y :: k) p f2 . (Profunctor p, Functor f2) => p (f1 x) (f2 (f1 y)) -> p (NP f1 '[x]) (f2 (NP f1 '[y]))

    generics-sop-lens Generics.SOP.Lens

    No documentation available.

  5. 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.

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

    ghc-lib GHC.Driver.Make

    No documentation available.

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

  8. 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.

  9. pattern ExecutionStageSummary_Kind_SINGLETONKIND :: ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow

    Creates a Singleton view of a collection.

  10. pattern TransformSummary_Kind_SINGLETONKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow

    Creates a Singleton view of a collection.

Page 74 of many | Previous | Next