Safe Haskell | None |
---|---|
Language | Haskell2010 |
WeekDaze.StudentView.TimetableForDay
Contents
Description
AUTHOR
- Dr. Alistair Ward
DESCRIPTION
- Defines the data-structure, required to hold the specification of the activities of a single day, for any single student-body.
- It forms a complete timetable, when combined with similar structures representing all other days & student-bodies.
Synopsis
- type TimetableForDay timeslotId locationId teacherId level = TimetableForDay timeslotId (LessonResourceIds locationId teacherId) level
Types
Type-synonyms
type TimetableForDay timeslotId locationId teacherId level = TimetableForDay timeslotId (LessonResourceIds locationId teacherId) level Source #
A TimetableForDay
, specialised for viewing by a student.