Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. type HsFamEqnPats pass = [LHsTypeArg pass]

    ghc GHC.Hs.Decls

    HsFamEqnPats represents patterns on the left-hand side of a type instance, e.g. `type instance F k (a :: k) = a` has patterns `k` and `(a :: k)`. HsFamEqnPats used to be called HsTyPats but it was renamed to avoid confusion with a different notion of type patterns, see #23657.

  2. type LTyFamInstEqn pass = XRec pass TyFamInstEqn pass

    ghc GHC.Hs.Decls

    Located Type Family Instance Equation

  3. type TyFamInstEqn pass = FamEqn pass LHsType pass

    ghc GHC.Hs.Decls

    Type Family Instance Equation

  4. XFamEqn :: !XXFamEqn pass rhs -> FamEqn pass rhs

    ghc GHC.Hs.Decls

    No documentation available.

  5. dfid_eqn :: DataFamInstDecl pass -> FamEqn pass (HsDataDefn pass)

    ghc GHC.Hs.Decls

    No documentation available.

  6. feqn_bndrs :: FamEqn pass rhs -> HsOuterFamEqnTyVarBndrs pass

    ghc GHC.Hs.Decls

    Optional quantified type vars

  7. feqn_ext :: FamEqn pass rhs -> XCFamEqn pass rhs

    ghc GHC.Hs.Decls

    No documentation available.

  8. feqn_fixity :: FamEqn pass rhs -> LexicalFixity

    ghc GHC.Hs.Decls

    Fixity used in the declaration

  9. feqn_pats :: FamEqn pass rhs -> HsFamEqnPats pass

    ghc GHC.Hs.Decls

    No documentation available.

  10. feqn_rhs :: FamEqn pass rhs -> rhs

    ghc GHC.Hs.Decls

Page 202 of many | Previous | Next