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. asSingleton :: forall (w :: Nat) . Domain w -> Maybe Integer

    what4 What4.Utils.BVDomain.Bitwise

    Test if this domain contains a single value, and return it if so

  2. asSingleton :: forall (w :: Nat) . Domain w -> Maybe Integer

    what4 What4.Utils.BVDomain.XOR

    Test if this domain contains a single value, and return it if so

  3. isSingleton :: (Eq i, Num i, HasZero b) => Matrix i b -> Maybe b

    Agda Agda.Termination.SparseMatrix

    Returns 'Just b' iff it is a 1x1 matrix with just one entry b. O(1).

  4. feSingleton :: FreeEnv' a b c -> Maybe Variable -> c

    Agda Agda.TypeChecking.Free.Lazy

    Method to return a single variable.

  5. isSingletonRecord :: (PureTCM m, MonadBlock m) => QName -> Args -> m Bool

    Agda Agda.TypeChecking.Records

    Is the type a hereditarily singleton record type? May return a blocking metavariable. Precondition: The name should refer to a record type, and the arguments should be the parameters to the type.

  6. isSingletonRecord' :: (PureTCM m, MonadBlock m) => Bool -> QName -> Args -> Set QName -> m (Maybe Term)

    Agda Agda.TypeChecking.Records

    Return the unique (closed) inhabitant if exists. In case of counting irrelevance in, the returned inhabitant contains dummy terms.

  7. isSingletonRecordModuloRelevance :: (PureTCM m, MonadBlock m) => QName -> Args -> m Bool

    Agda Agda.TypeChecking.Records

    No documentation available.

  8. isSingletonType :: (PureTCM m, MonadBlock m) => Type -> m (Maybe Term)

    Agda Agda.TypeChecking.Records

    Check whether a type has a unique inhabitant and return it. Can be blocked by a metavar.

  9. isSingletonType' :: (PureTCM m, MonadBlock m) => Bool -> Type -> Set QName -> m (Maybe Term)

    Agda Agda.TypeChecking.Records

    No documentation available.

  10. isSingletonTypeModuloRelevance :: (PureTCM m, MonadBlock m) => Type -> m Bool

    Agda Agda.TypeChecking.Records

    Check whether a type has a unique inhabitant (irrelevant parts ignored). Can be blocked by a metavar.

Page 68 of many | Previous | Next