Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ravUnbounded :: RealAbstractValuewhat4 What4.Utils.AbstractDomains No documentation available.
unboundedRange :: ValueRange tpwhat4 What4.Utils.AbstractDomains Defines a unbounded value range.
unboundedIntegerScalar :: MaxInputSize -> Signed -> NumeralSystem -> Scalar Integeryaml-unscrambler YamlUnscrambler Numeric scalar parser into any integer value.
UnboundedIntegerScalar :: MaxInputSize -> Signed -> NumeralSystem -> Scalaryaml-unscrambler YamlUnscrambler.Expectations No documentation available.
wordBounded :: String -> StringAgda Agda.Interaction.Highlighting.Vim No documentation available.
-
Agda Agda.TypeChecking.Positivity.Occurrence productOfEdgesInBoundedWalk occ g u v bound returns a value distinct from Nothing iff there is a walk c (a list of edges) in g, from u to v, for which the product foldr1 otimes (map occ c) <= bound. In this case the returned value is Just (foldr1 otimes c) for one such walk c. Preconditions: u and v must belong to g, and bound must belong to the domain of boundToEverySome.
isBounded :: PureTCM m => Nat -> m BoundedSizeAgda Agda.TypeChecking.SizedTypes Check whether a variable in the context is bounded by a size expression. If x : Size< a, then a is returned.
isBoundedProjVar :: (MonadCheckInternal m, PureTCM m) => ProjectedVar -> m BoundedSizeAgda Agda.TypeChecking.SizedTypes No documentation available.
isBoundedSizeType :: PureTCM m => Type -> m BoundedSizeAgda Agda.TypeChecking.SizedTypes No documentation available.
newBoundedChan :: Int -> IO (BoundedChan a)BoundedChan Control.Concurrent.BoundedChan newBoundedChan n returns a channel than can contain no more than n elements.