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. thisGhcUnitId :: UnitId

    ghc GHC.Unit.Types

    No documentation available.

  2. toUnitId :: Unit -> UnitId

    ghc GHC.Unit.Types

    Return the UnitId of the Unit. For on-the-fly instantiated units, return the UnitId of the indefinite unit this unit is an instance of.

  3. unitIdFS :: UnitId -> FastString

    ghc GHC.Unit.Types

    The full hashed unit identifier, including the component id and the hash.

  4. unitIdString :: UnitId -> String

    ghc GHC.Unit.Types

    No documentation available.

  5. virtualUnitId :: InstantiatedUnit -> UnitId

    ghc GHC.Unit.Types

    Return the virtual UnitId of an on-the-fly instantiated unit.

  6. wiredInUnitIds :: [UnitId]

    ghc GHC.Unit.Types

    No documentation available.

  7. IsValid :: Validity' a

    ghc GHC.Utils.Error

    Everything is fine

  8. NotValid :: a -> Validity' a

    ghc GHC.Utils.Error

    A problem, and some indication of why

  9. type Validity = Validity' SDoc

    ghc GHC.Utils.Error

    Monomorphic version of Validity' specialised for SDocs.

  10. data Validity' a

    ghc GHC.Utils.Error

    No documentation available.

Page 589 of many | Previous | Next