Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. module Pipes.Parse

    Element-agnostic parsing utilities for pipes See Pipes.Parse.Tutorial for an extended tutorial

  2. type Parser a (m :: Type -> Type) r = forall x . () => StateT Producer a m x m r

    pipes-parse Pipes.Parse

    A Parser is an action that reads from and writes to a stored Producer

  3. type Producer b = Proxy X () () b

    pipes-parse Pipes.Parse

    Producers can only yield

  4. module Data.Pointed

    No documentation available.

  5. class Pointed (p :: Type -> Type)

    pointed Data.Pointed

    No documentation available.

  6. module Data.List.PointedList

    An implementation of a zipper-like non-empty list structure that tracks an index position in the list (the focus).

  7. data PointedList a

    pointedlist Data.List.PointedList

    The implementation of the pointed list structure which tracks the current position in the list structure.

  8. PointedList :: [a] -> a -> [a] -> PointedList a

    pointedlist Data.List.PointedList

    No documentation available.

  9. data PointedList a

    pointedlist Data.List.PointedList.Circular

    The implementation of the pointed list structure which tracks the current position in the list structure.

  10. PointedList :: [a] -> a -> [a] -> PointedList a

    pointedlist Data.List.PointedList.Circular

    No documentation available.

Page 465 of many | Previous | Next