ideas-1.5: Feedback services for intelligent tutoring systems

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

Ideas.Common.Strategy.Configuration

Description

Strategies can be configured at their labeled positions. Possible actions are removereinsert, collapseexpand, and hide/reveal.

Synopsis

Documentation

remove :: IsStrategy f => f a -> Strategy a Source

hide :: IsStrategy f => f a -> Strategy a Source

multi :: (IsId l, IsStrategy f) => l -> f a -> Strategy a Source

Apply a strategy at least once, but collapse into a single step