Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. NameQual :: ModuleName -> QualifyName

    ghc GHC.Utils.Outputable

    No documentation available.

  2. doubleQuotes :: IsLine doc => doc -> doc

    ghc GHC.Utils.Outputable

    No documentation available.

  3. sdocPrintEqualityRelations :: SDocContext -> !Bool

    ghc GHC.Utils.Outputable

    No documentation available.

  4. spaceIfSingleQuote :: SDoc -> SDoc

    ghc GHC.Utils.Outputable

    No documentation available.

  5. doubleQuotes :: Doc -> Doc

    ghc GHC.Utils.Ppr

    No documentation available.

  6. WasmSeq :: forall a b (c :: [WasmType]) (mid :: [WasmType]) (d :: [WasmType]) . WasmControl a b c mid -> WasmControl a b mid d -> WasmControl a b c d

    ghc GHC.Wasm.ControlFlow

    No documentation available.

  7. data FamEqn pass rhs

    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]

  8. FamEqn :: XCFamEqn pass rhs -> LIdP pass -> HsOuterFamEqnTyVarBndrs pass -> HsFamEqnPats pass -> LexicalFixity -> rhs -> FamEqn pass rhs

    ghc Language.Haskell.Syntax.Decls

    No documentation available.

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

  10. type LTyFamInstEqn pass = XRec pass TyFamInstEqn pass

    ghc Language.Haskell.Syntax.Decls

    Located Type Family Instance Equation

Page 228 of many | Previous | Next