| Maintainer | bastiaan.heeren@ou.nl |
|---|---|
| Stability | provisional |
| Portability | portable (depends on ghc) |
| Safe Haskell | None |
| Language | Haskell98 |
Main.Tasks
Description
Synopsis
- tasks :: [Task]
- findTask :: Monad m => Id -> m Task
- findTaskFuzzy :: Monad m => String -> m Task
- fullNetwork :: Network ()
- taskNetwork :: Network ()
Documentation
findTaskFuzzy :: Monad m => String -> m Task Source #
Find task, being forgiving about capitalisation, whitespace and interpunction.
fullNetwork :: Network () Source #
Combined network for all tasks.
taskNetwork :: Network () Source #
Combined network for all tasks (without student model).