ideas-1.2: Feedback services for intelligent tutoring systems

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

Ideas.Common.ExerciseTests

Description

 

Documentation

data ShowAs a Source

Constructors

S 

Fields

showS :: a -> String
 
fromS :: a
 

Instances

Show (ShowAs a) 

showAs :: (a -> String) -> Gen a -> Gen (ShowAs a)Source

checkParserPretty :: (a -> a -> Bool) -> (String -> Either String a) -> (a -> String) -> a -> BoolSource

propRule :: Show a => (a -> a -> Bool) -> Rule a -> Gen a -> PropertySource