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.
-
Element-agnostic parsing utilities for pipes See Pipes.Parse.Tutorial for an extended tutorial
type
Parser a (m :: Type -> Type) r = forall x . () => StateT Producer a m x m rpipes-parse Pipes.Parse A Parser is an action that reads from and writes to a stored Producer
type
Producer b = Proxy X () () bpipes-parse Pipes.Parse -
No documentation available.
class
Pointed (p :: Type -> Type)pointed Data.Pointed No documentation available.
-
An implementation of a zipper-like non-empty list structure that tracks an index position in the list (the focus).
-
pointedlist Data.List.PointedList The implementation of the pointed list structure which tracks the current position in the list structure.
PointedList :: [a] -> a -> [a] -> PointedList apointedlist Data.List.PointedList No documentation available.
-
pointedlist Data.List.PointedList.Circular The implementation of the pointed list structure which tracks the current position in the list structure.
PointedList :: [a] -> a -> [a] -> PointedList apointedlist Data.List.PointedList.Circular No documentation available.