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.
type
InstalledModule = GenModule UnitIdghc-lib-parser GHC.Unit.Types A InstalledModule is a Module whose unit is identified with an UnitId.
type
InstalledModuleWithIsBoot = GenWithIsBoot InstalledModuleghc-lib-parser GHC.Unit.Types No documentation available.
-
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.
pattern
ErrorCall :: String -> ErrorCallghc-lib-parser GHC.Utils.Exception No documentation available.
ErrorCallWithLocation :: String -> String -> ErrorCallghc-lib-parser GHC.Utils.Exception No documentation available.
-
ghc-lib-parser GHC.Utils.Exception Thrown when the program attempts to call atomically, from the stm package, inside another call to atomically.
NestedAtomically :: NestedAtomicallyghc-lib-parser GHC.Utils.Exception No documentation available.
finally :: IO a -> IO b -> IO aghc-lib-parser GHC.Utils.Exception A specialised variant of bracket with just a computation to run afterward.
-
ghc-lib-parser GHC.Utils.Misc A call stack constraint, but only when isDebugOn.
equalLength :: [a] -> [b] -> Boolghc-lib-parser GHC.Utils.Misc True if length xs == length ys