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/ExternalExam/Show.hs
2020-01-15 12:07:27 +01:00

10 lines
187 B
Haskell

module Handler.ExternalExam.Show
( getEEShowR
) where
import Import
getEEShowR :: TermId -> SchoolId -> CourseName -> ExamName -> Handler Html
getEEShowR = error "Not implemented"