Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. ParseMore :: (Chunk input -> Result input result) -> Result input result

    foundation Foundation.Parser

    the parser needs more input, pass an empty Chunk or mempty to tell the parser you don't have anymore inputs.

  2. ParseOk :: Chunk input -> result -> Result input result

    foundation Foundation.Parser

    the parser complete successfuly with the remaining Chunk

  3. data Parser input result

    foundation Foundation.Parser

    Foundation's Parser monad. Its implementation is based on the parser in memory.

  4. class (Sequential input, IndexedCollection input) => ParserSource input

    foundation Foundation.Parser

    No documentation available.

  5. module Foundation.Primitive

    No documentation available.

  6. class (Functor m, Applicative m, Monad m) => PrimMonad (m :: Type -> Type)

    foundation Foundation.Primitive

    Primitive monad that can handle mutation. For example: IO and ST.

  7. class Eq ty => PrimType ty

    foundation Foundation.Primitive

    Represent the accessor for types that can be stored in the UArray and MUArray. Types need to be a instance of storable and have fixed sized.

  8. PowerPC :: Arch

    foundation Foundation.System.Info

    No documentation available.

  9. PowerPC64 :: Arch

    foundation Foundation.System.Info

    No documentation available.

  10. class Path path

    foundation Foundation.VFS

    Path type class defines the Path associated types and basic functions to implement related to the path manipulation # TODO, add missing enhancement:

    splitExtension :: PathEnt path -> (PathEnt path, PathEnt path)
    addExtension  :: PathEnt path -> PathEnt path -> PathEnt path
    (.) :: path -> PathEnt path -> path
    (-.) :: path -> PathEnt path -> path
    

Page 620 of many | Previous | Next