Safe Haskell | None |
---|---|
Language | Haskell2010 |
AUTHOR
- Dr. Alistair Ward
DESCRIPTION
- Defines the data required to define a time-slot, in the timetable viewed from the perspective of a student-body.
Synopsis
- type Lesson locationId teacherId level = Lesson (LessonResourceIds locationId teacherId) level
Types
Type-synonyms
type Lesson locationId teacherId level = Lesson (LessonResourceIds locationId teacherId) level Source #
Specialise for the case in which a lesson is viewed from the perspective of a student-body.