Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. HFSNoSorting :: HoleFitSortingAlg

    ghc GHC.Tc.Errors.Hole

    No documentation available.

  2. data HoleFitSortingAlg

    ghc GHC.Tc.Errors.Hole

    No documentation available.

  3. getHoleFitSortingAlg :: TcM HoleFitSortingAlg

    ghc GHC.Tc.Errors.Hole

    No documentation available.

  4. ClassDeclSort :: DeclSort

    ghc GHC.Tc.Errors.Types

    No documentation available.

  5. DataDeclSort :: NewOrData -> DataSort

    ghc GHC.Tc.Errors.Types

    No documentation available.

  6. DataFamilySort :: DataSort

    ghc GHC.Tc.Errors.Types

    No documentation available.

  7. DataInstanceSort :: NewOrData -> DataSort

    ghc GHC.Tc.Errors.Types

    No documentation available.

  8. data DataSort

    ghc GHC.Tc.Errors.Types

    A description of whether something is a

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

  9. data DeclSort

    ghc GHC.Tc.Errors.Types

    No documentation available.

  10. 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

Page 108 of many | Previous | Next