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.

  1. boundedEnumFrom :: (Enum a, Bounded a) => a -> [a]

    protolude Protolude

    No documentation available.

  2. boundedEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]

    protolude Protolude

    No documentation available.

  3. boundedEnumFrom :: (Enum a, Bounded a) => a -> [a]

    protolude Protolude.Base

    No documentation available.

  4. boundedEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]

    protolude Protolude.Base

    No documentation available.

  5. boundedConversion :: (Bounded b, Show a, Show b, Convertible a Integer, Convertible b Integer, Typeable a, Typeable b) => (a -> ConvertResult b) -> a -> ConvertResult b

    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.

  6. 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.

  7. boundedClassKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  8. boundedClassName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  9. boundedDeriver :: Deriver

    domain Domain

    Derives Bounded for enums. Requires to have the StandaloneDeriving compiler extension enabled.

  10. boundedBuilderUtf8 :: IP -> Builder 39

    ip 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]
    

Page 13 of many | Previous | Next