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