| Copyright | (c) Ankit Kumar, Venugopal, Safal 2015 |
|---|---|
| License | MIT |
| Maintainer | ankitkumar.itbhu@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Lambdajudge
Description
- muevalAvlbl :: IO Bool
- gradeSubmission :: Problem -> FilePath -> LJMonad [StatusCode]
- runLJMonad :: Num s => WriterT w (StateT s (ErrorT e m)) a -> m (Either e ((a, w), s))
Documentation
muevalAvlbl :: IO Bool Source
Check if mueval is installed on this system
gradeSubmission :: Problem -> FilePath -> LJMonad [StatusCode] Source
maps evaluation of solution file to each test case of the problem. Effectively we are sequencing the runs corresponding to each test case