Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. allValid :: [Validity' a] -> Validity' a

    ghc GHC.Utils.Error

    If they aren't all valid, return the first

  2. andValid :: Validity' a -> Validity' a -> Validity' a

    ghc GHC.Utils.Error

    No documentation available.

  3. getInvalids :: [Validity' a] -> [a]

    ghc GHC.Utils.Error

    No documentation available.

  4. DivideByZero :: ArithException

    ghc GHC.Utils.Exception

    No documentation available.

  5. isLexConId :: FastString -> Bool

    ghc GHC.Utils.Lexeme

    No documentation available.

  6. isLexId :: FastString -> Bool

    ghc GHC.Utils.Lexeme

    No documentation available.

  7. isLexVarId :: FastString -> Bool

    ghc GHC.Utils.Lexeme

    No documentation available.

  8. okConIdOcc :: String -> Bool

    ghc GHC.Utils.Lexeme

    Is this an acceptable alphanumeric constructor name, assuming it starts with an acceptable letter?

  9. okVarIdOcc :: String -> Bool

    ghc GHC.Utils.Lexeme

    Is this an acceptable alphanumeric variable name, assuming it starts with an acceptable letter?

  10. startsConId :: Char -> Bool

    ghc GHC.Utils.Lexeme

    No documentation available.

Page 590 of many | Previous | Next