Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. HeaderBadNumericEncoding :: FormatError

    tar Codec.Archive.Tar

    No documentation available.

  2. isAlphaNum :: Char -> Bool

    word8 Data.Char8

    No documentation available.

  3. isNumber :: Char -> Bool

    word8 Data.Char8

    No documentation available.

  4. _numbersign :: Word8

    word8 Data.Word8

    No documentation available.

  5. isAlphaNum :: Word8 -> Bool

    word8 Data.Word8

    No documentation available.

  6. isNumber :: Word8 -> Bool

    word8 Data.Word8

    No documentation available.

  7. revokedSerialNumber :: RevokedCertificate -> Integer

    crypton-x509 Data.X509

    No documentation available.

  8. enum :: Enum a => Iso' Int a

    diagrams-lib Diagrams.Prelude

    This isomorphism can be used to convert to or from an instance of Enum.

    >>> LT^.from enum
    0
    
    >>> 97^.enum :: Char
    'a'
    
    Note: this is only an isomorphism from the numeric range actually used and it is a bit of a pleasant fiction, since there are questionable Enum instances for Double, and Float that exist solely for [1.0 .. 4.0] sugar and the instances for those and Integer don't cover all values in their range.

  9. class AsNumber t

    lens-aeson Data.Aeson.Lens

    No documentation available.

  10. _Number :: AsNumber t => Prism' t Scientific

    lens-aeson Data.Aeson.Lens

    >>> "[1, \"x\"]" ^? nth 0 . _Number
    Just 1.0
    
    >>> "[1, \"x\"]" ^? nth 1 . _Number
    Nothing
    

Page 194 of many | Previous | Next