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.
doubleQuotes :: IsLine doc => doc -> docghc GHC.Utils.Outputable No documentation available.
sdocPrintEqualityRelations :: SDocContext -> !Boolghc GHC.Utils.Outputable No documentation available.
spaceIfSingleQuote :: SDoc -> SDocghc GHC.Utils.Outputable No documentation available.
-
ghc GHC.Utils.Ppr No documentation available.
-
ghc GHC.Wasm.ControlFlow No documentation available.
-
ghc Language.Haskell.Syntax.Decls Family Equation One equation in a type family instance declaration, data family instance declaration, or type family default. See Note [Type family instance declarations in HsSyn] See Note [Family instance declaration binders]
-
ghc Language.Haskell.Syntax.Decls No documentation available.
type
HsFamEqnPats pass = [LHsTypeArg pass]ghc Language.Haskell.Syntax.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.
type
LTyFamInstEqn pass = XRec pass TyFamInstEqn passghc Language.Haskell.Syntax.Decls Located Type Family Instance Equation
type
TyFamInstEqn pass = FamEqn pass LHsType passghc Language.Haskell.Syntax.Decls Type Family Instance Equation