CLASE-2008.9.23: Cursor Library for A Structured EditorSource codeContentsIndex
Data.Cursor.CLASE.Traversal
Documentation
class Bound l t => Traversal l t whereSource
Methods
visitStep :: Reify l a => a -> (forall b. Reify l b => Movement l Down a b -> t) -> tSource
visitPartial :: Context l a b -> b -> t -> (forall c. Reify l c => Movement l Down b c -> t) -> tSource
cursor :: l -> t -> tSource
completeTraversal :: forall l t x a. Traversal l t => Cursor l x a -> tSource
Produced by Haddock version 2.3.0