ideas-1.1: Feedback services for intelligent tutoring systems

Portabilityportable (depends on ghc)
Stabilityprovisional
Maintainerbastiaan.heeren@ou.nl
Safe HaskellSafe-Inferred

Ideas.Common.Rewriting.AC

Contents

Description

 

Synopsis

Types

type Pairings a = a -> a -> [[(a, a)]]Source

type PairingsList a b = [a] -> [b] -> [[([a], [b])]]Source

type PairingsPair a b = (a, a) -> (b, b) -> [[(a, b)]]Source

Primitive pairings functions

pairingsMatchA :: (a -> [b] -> c) -> [a] -> [b] -> [[c]]Source