Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. lookahead :: forall (st :: ZeroBitType) r e a . ParserT st r e a -> ParserT st r e a

    flatparse FlatParse.Stateful

    Save the parsing state, then run a parser, then restore the state.

  2. lookaheadFromAddr# :: forall (st :: ZeroBitType) r e a . Addr# -> ParserT st r e a -> ParserT st r e a

    flatparse FlatParse.Stateful.Addr

    lookahead, but specify the address to lookahead from. The Addr# should be from withAddr#.

  3. lookahead :: forall (st :: ZeroBitType) r e a . ParserT st r e a -> ParserT st r e a

    flatparse FlatParse.Stateful.Base

    Save the parsing state, then run a parser, then restore the state.

  4. ppr_tf_head :: TypeFamilyHead -> Doc

    ghc-lib-parser GHC.Boot.TH.Ppr

    No documentation available.

  5. blockJoinHead :: forall n (x :: Extensibility) . n C O -> Block n O x -> Block n C x

    ghc-lib-parser GHC.Cmm.Dataflow.Block

    No documentation available.

  6. blockSplitHead :: forall n (x :: Extensibility) . Block n C x -> (n C O, Block n O x)

    ghc-lib-parser GHC.Cmm.Dataflow.Block

    No documentation available.

  7. identicalClsInstHead :: ClsInst -> ClsInst -> Bool

    ghc-lib-parser GHC.Core.InstEnv

    True when when the instance heads are the same e.g. both are Eq [(a,b)] Used for overriding in GHCi Obviously should be insensitive to alpha-renaming

  8. instanceHead :: ClsInst -> ([TyVar], Class, [Type])

    ghc-lib-parser GHC.Core.InstEnv

    No documentation available.

  9. mkDriverPsHeaderMessage :: MsgEnvelope PsMessage -> MsgEnvelope DriverMessage

    ghc-lib-parser GHC.Driver.Errors

    Convert a PsError into a wrapped DriverMessage; use it for dealing with parse errors when the driver is doing dependency analysis. Defined here to avoid module loops between GHC.Driver.Error.Types and GHC.Driver.Error.Ppr

  10. DriverPsHeaderMessage :: PsMessage -> DriverMessage

    ghc-lib-parser GHC.Driver.Errors.Types

    A parse error in parsing a Haskell file header during dependency analysis

Page 208 of many | Previous | Next