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.
-
ghc GHC.Parser.Lexer No documentation available.
-
ghc GHC.Parser.PostProcess Disambiguate infix operators. See Note [Ambiguous syntactic categories]
fixValbindsAnn :: EpAnn AnnList -> EpAnn AnnListghc GHC.Parser.PostProcess No documentation available.
is_infix :: ParseContext -> !Maybe RdrNameghc GHC.Parser.PostProcess If Just, this is an infix pattern with the bound operator name
mkHsInfixHolePV :: DisambInfixOp b => LocatedN (HsExpr GhcPs) -> PV (LocatedN b)ghc GHC.Parser.PostProcess No documentation available.
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]
InfixDataConBuilder :: LHsType GhcPs -> LocatedN RdrName -> LHsType GhcPs -> DataConBuilderghc GHC.Parser.Types No documentation available.
PrefixDataConBuilder :: OrdList (LHsType GhcPs) -> LocatedN RdrName -> DataConBuilderghc GHC.Parser.Types No documentation available.
-
ghc GHC.Platform No documentation available.
isFixedRuntimeRepKind :: HasDebugCallStack => Kind -> Boolghc 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`