Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
boundedEnumFrom :: (Enum a, Bounded a) => a -> [a]protolude Protolude.Base No documentation available.
boundedEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]protolude Protolude.Base No documentation available.
-
convertible Data.Convertible.Utils Utility function to perform bounds checking as part of a conversion. Does this be examining the bounds of the destination type, converting to the type of the source via safeConvert, comparing to the source value. Results in an error if the conversion is out of bounds.
boundedEnumFrom :: (Enum a, Bounded a) => a -> [a]ghc-internal GHC.Internal.Enum No documentation available.
boundedEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]ghc-internal GHC.Internal.Enum No documentation available.
boundedFIFO :: forall a (m :: Type -> Type) . (Data a, Monad m) => Int -> Cell m (Maybe a) (Seq a)essence-of-live-coding LiveCoding.Cell.Util boundedFIFO n keeps the first n present values.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
-
domain Domain Derives Bounded for enums. Requires to have the StandaloneDeriving compiler extension enabled.
boundedBuilderUtf8 :: IP -> Builder 39ip Net.IP Encode an IP as a bounded bytearray builder.
>>> BB.run Nat.constant (boundedBuilderUtf8 (ipv4 192 168 2 14)) [0x31, 0x39, 0x32, 0x2e, 0x31, 0x36, 0x38, 0x2e, 0x32, 0x2e, 0x31, 0x34]