Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. doubleQuotes :: Doc -> Doc

    ghc-lib-parser GHC.Utils.Ppr

    No documentation available.

  2. ResumeSeq :: RemoteRef (ResumeContext ()) -> Message (EvalStatus_ () ())

    ghc-lib-parser GHCi.Message

    Resume forcing a free variable in a breakpoint (#2950)

  3. Seq :: HValueRef -> Message (EvalStatus_ () ())

    ghc-lib-parser GHCi.Message

    Evaluate something. This is used to support :force in GHCi.

  4. data FamEqn pass rhs

    ghc-lib-parser 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]

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

    ghc-lib-parser Language.Haskell.Syntax.Decls

    No documentation available.

  6. type HsFamEqnPats pass = [LHsTypeArg pass]

    ghc-lib-parser 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.

  7. type LTyFamInstEqn pass = XRec pass TyFamInstEqn pass

    ghc-lib-parser Language.Haskell.Syntax.Decls

    Located Type Family Instance Equation

  8. type TyFamInstEqn pass = FamEqn pass LHsType pass

    ghc-lib-parser Language.Haskell.Syntax.Decls

    Type Family Instance Equation

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

    ghc-lib-parser Language.Haskell.Syntax.Decls

    No documentation available.

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

    ghc-lib-parser Language.Haskell.Syntax.Decls

    No documentation available.

Page 424 of many | Previous | Next