Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
sRGBBounded :: (Ord b, Floating b, Integral a, Bounded a) => a -> a -> a -> Colour bansi-terminal-game Terminal.Game Construct a colour from an sRGB specification. Input components are expected to be in the range [0..maxBound].
blockBounded :: Nat w => Size w -> Position -> T w -> T wbattleship-combinatorics Combinatorics.Battleship.Count.Frontier Inserts at positions outside of the bounds are ignored. You may overwrite Free or Blocked fields, but not Vertical ones.
countBounded :: Nat w => (Size w, Int) -> T -> Countbattleship-combinatorics Combinatorics.Battleship.Count.ShortenShip No documentation available.