ideas-1.8: Feedback services for intelligent tutoring systems

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

Ideas.Main.Default

Description

Main module for feedback services

Documentation

data Service Source #

Instances
Show Service Source # 
Instance details

Defined in Ideas.Service.Types

HasId Service Source # 
Instance details

Defined in Ideas.Service.Types

Methods

getId :: Service -> Id Source #

changeId :: (Id -> Id) -> Service -> Service Source #