Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. type InstalledModule = GenModule UnitId

    ghc-lib-parser GHC.Unit.Types

    A InstalledModule is a Module whose unit is identified with an UnitId.

  2. type InstalledModuleWithIsBoot = GenWithIsBoot InstalledModule

    ghc-lib-parser GHC.Unit.Types

    No documentation available.

  3. data ErrorCall

    ghc-lib-parser GHC.Utils.Exception

    This is thrown when the user calls error. The first String is the argument given to error, second String is the location.

  4. pattern ErrorCall :: String -> ErrorCall

    ghc-lib-parser GHC.Utils.Exception

    No documentation available.

  5. ErrorCallWithLocation :: String -> String -> ErrorCall

    ghc-lib-parser GHC.Utils.Exception

    No documentation available.

  6. data NestedAtomically

    ghc-lib-parser GHC.Utils.Exception

    Thrown when the program attempts to call atomically, from the stm package, inside another call to atomically.

  7. NestedAtomically :: NestedAtomically

    ghc-lib-parser GHC.Utils.Exception

    No documentation available.

  8. finally :: IO a -> IO b -> IO a

    ghc-lib-parser GHC.Utils.Exception

    A specialised variant of bracket with just a computation to run afterward.

  9. type HasDebugCallStack = ()

    ghc-lib-parser GHC.Utils.Misc

    A call stack constraint, but only when isDebugOn.

  10. equalLength :: [a] -> [b] -> Bool

    ghc-lib-parser GHC.Utils.Misc

    True if length xs == length ys

Page 613 of many | Previous | Next