Hoogle Search

Within LTS Haskell 22.22 (ghc-9.6.5)

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

  1. mkPreludeClassUnique :: Int -> Unique

    ghc GHC.Builtin.Uniques

    No documentation available.

  2. mkPreludeDataConUnique :: Int -> Unique

    ghc GHC.Builtin.Uniques

    No documentation available.

  3. mkPreludeMiscIdUnique :: Int -> Unique

    ghc GHC.Builtin.Uniques

    No documentation available.

  4. mkPreludeTyConUnique :: Int -> Unique

    ghc GHC.Builtin.Uniques

    No documentation available.

  5. Opt_WarnImplicitPrelude :: WarningFlag

    ghc GHC.Driver.Flags

    No documentation available.

  6. Opt_WarnImplicitPrelude :: WarningFlag

    ghc GHC.Driver.Session

    No documentation available.

  7. module GHC.Prelude

    Custom GHC Prelude This module serves as a replacement for the Prelude module and abstracts over differences between the bootstrapping GHC version, and may also provide a common default vocabulary.

  8. module Pipes.Prelude

    General purpose utilities The names in this module clash heavily with the Haskell Prelude, so I recommend the following import scheme:

    import Pipes
    import qualified Pipes.Prelude as P  -- or use any other qualifier you prefer
    
    Note that String-based IO is inefficient. The String-based utilities in this module exist only for simple demonstrations without incurring a dependency on the text package. Also, stdinLn and stdoutLn remove and add newlines, respectively. This behavior is intended to simplify examples. The corresponding stdin and stdout utilities from pipes-bytestring and pipes-text preserve newlines.

  9. module Prelude

    No documentation available.

  10. module Data.GI.Base.ShortPrelude

    The Haskell Prelude exports a number of symbols that can easily collide with functions appearing in bindings. The generated code requires just a small subset of the functions in the Prelude, together with some of the functionality in Data.GI.Base, we reexport this explicitly here.

Page 2 of many | Previous | Next