ideas-1.1: Feedback services for intelligent tutoring systems

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

Ideas.Common.Rule.Recognizer

Contents

Description

 

Synopsis

data type and type class

class Recognizable f whereSource

Methods

recognizer :: f a -> Recognizer aSource

recognizeAll :: f a -> a -> a -> [Environment]Source

recognize :: f a -> a -> a -> Maybe EnvironmentSource

recognizeTrans :: f a -> Trans (a, a) ()Source

Constructor functions