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.
appendBounded :: Int -> (forall s . () => MArray s -> Int -> ST s Int) -> Buffer % 1 -> Buffertext-builder-linear Data.Text.Builder.Linear.Core Low-level routine to append data of unknown size to a Buffer.
-
text-builder-linear Data.Text.Builder.Linear.Core Low-level routine to prepend data of unknown size to a Buffer.
-
Unbounded thread delays and timeouts The threadDelay and timeout functions from the base library use the bounded Int type for specifying the delay or timeout period. This packages provides alternatives which use the unbounded Integer type.
deriveBounded :: Name -> Q [Dec]deriving-compat Data.Bounded.Deriving Generates a Bounded instance declaration for the given data type or data family instance.
deriveBounded :: Name -> Q [Dec]deriving-compat Data.Bounded.Deriving.Internal Generates a Bounded instance declaration for the given data type or data family instance.
-
openapi3 Data.OpenApi.Internal.Schema toSchemaBoundedIntegral :: (Bounded a, Integral a) => Proxy a -> Schemaopenapi3 Data.OpenApi.Internal.Schema Default schema for Bounded, Integral types.
>>> BSL.putStrLn $ encodePretty $ toSchemaBoundedIntegral (Proxy :: Proxy Int16) { "maximum": 32767, "minimum": -32768, "type": "integer" }
-
openapi3 Data.OpenApi.Schema toSchemaBoundedIntegral :: (Bounded a, Integral a) => Proxy a -> Schemaopenapi3 Data.OpenApi.Schema Default schema for Bounded, Integral types.
>>> BSL.putStrLn $ encodePretty $ toSchemaBoundedIntegral (Proxy :: Proxy Int16) { "maximum": 32767, "minimum": -32768, "type": "integer" }
class JoinSemiLattice a =>
LowerBounded anumhask NumHask A join-semilattice with an identity element bottom for \/.
x \/ bottom == bottom