Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. data DeclSort

    ghc GHC.Tc.Errors.Types

    No documentation available.

  2. HsigShapeSortMismatch :: AvailInfo -> AvailInfo -> HsigShapeMismatchReason

    ghc GHC.Tc.Errors.Types

    HsigShapeSortMismatch is an error indicating that an item in the export list of a signature doesn't match the item of the same name in another signature when merging the two – one is a type while the other is a plain identifier. Test cases: none

  3. InstanceDeclSort :: DeclSort

    ghc GHC.Tc.Errors.Types

    No documentation available.

  4. data WrongThingSort

    ghc GHC.Tc.Errors.Types

    No documentation available.

  5. ppDataSort :: DataSort -> SDoc

    ghc GHC.Tc.Errors.Types

    No documentation available.

  6. DataDeclSort :: NewOrData -> DataSort

    ghc GHC.Tc.Gen.HsType

    No documentation available.

  7. DataFamilySort :: DataSort

    ghc GHC.Tc.Gen.HsType

    No documentation available.

  8. DataInstanceSort :: NewOrData -> DataSort

    ghc GHC.Tc.Gen.HsType

    No documentation available.

  9. data DataSort

    ghc GHC.Tc.Gen.HsType

    A description of whether something is a

    At present, this data type is only consumed by checkDataKindSig.

  10. scopedSortOuter :: HsOuterTyVarBndrs flag GhcTc -> TcM (HsOuterTyVarBndrs flag GhcTc)

    ghc GHC.Tc.Gen.HsType

    No documentation available.

Page 109 of many | Previous | Next