ideas-1.2: Feedback services for intelligent tutoring systems

Portabilityportable (depends on ghc)
Stabilityprovisional
Maintainerbastiaan.heeren@ou.nl
Safe HaskellNone

Ideas.Common.Strategy.Traversal

Contents

Description

 

Synopsis

Documentation

layer :: (IsStrategy f, Navigator a) => [Option a] -> f a -> Strategy aSource

traverse :: (IsStrategy f, Navigator a) => [Option a] -> f a -> Strategy aSource

data Option a Source

Instances

Options

parentFilter :: Navigator a => (a -> [Int]) -> Option aSource

One-pass traversals

Fixpoint traversals

innermost :: (IsStrategy f, Navigator a) => f a -> Strategy aSource

left-most innermost traversal.

outermost :: (IsStrategy f, Navigator a) => f a -> Strategy aSource

left-most outermost traversal.