This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/src/Handler/ExamOffice/Exams.hs

11 lines
247 B
Haskell

module Handler.ExamOffice.Exams
( getEOExamsR
) where
import Import
-- | List of all exams where the current user may (in her function as
-- exam-office) access users grades
getEOExamsR :: Handler Html
getEOExamsR = fail "not implemented"