weekdaze-0.0.0.3: A school-timetable problem-solver.

Safe HaskellNone
LanguageHaskell2010

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

Types

Type-synonyms

type TimetableForDay timeslotId locationId teacherId level = TimetableForDay timeslotId (LessonResourceIds locationId teacherId) level Source #

A TimetableForDay, specialised for viewing by a student.