Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. ITprefixminus :: Token

    ghc GHC.Parser.Lexer

    No documentation available.

  2. class DisambInfixOp b

    ghc GHC.Parser.PostProcess

    Disambiguate infix operators. See Note [Ambiguous syntactic categories]

  3. fixValbindsAnn :: EpAnn AnnList -> EpAnn AnnList

    ghc GHC.Parser.PostProcess

    No documentation available.

  4. is_infix :: ParseContext -> !Maybe RdrName

    ghc GHC.Parser.PostProcess

    If Just, this is an infix pattern with the bound operator name

  5. mkHsInfixHolePV :: DisambInfixOp b => LocatedN (HsExpr GhcPs) -> PV (LocatedN b)

    ghc GHC.Parser.PostProcess

    No documentation available.

  6. superInfixOp :: DisambECP b => (DisambInfixOp (InfixOp b) => PV (LocatedA b)) -> PV (LocatedA b)

    ghc GHC.Parser.PostProcess

    Bring superclass constraints on InfixOp into scope. See Note [UndecidableSuperClasses for associated types]

  7. InfixDataConBuilder :: LHsType GhcPs -> LocatedN RdrName -> LHsType GhcPs -> DataConBuilder

    ghc GHC.Parser.Types

    No documentation available.

  8. PrefixDataConBuilder :: OrdList (LHsType GhcPs) -> LocatedN RdrName -> DataConBuilder

    ghc GHC.Parser.Types

    No documentation available.

  9. OSAIX :: OS

    ghc GHC.Platform

    No documentation available.

  10. isFixedRuntimeRepKind :: HasDebugCallStack => Kind -> Bool

    ghc GHC.Plugins

    Checks that a kind of the form Type, Constraint or 'TYPE r is concrete. See isConcreteType. Precondition: The type has kind `TYPE blah` or `CONSTRAINT blah`

Page 80 of many | Previous | Next