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

Safe HaskellNone
LanguageHaskell2010

WeekDaze.StudentView.Lesson

Contents

Description

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

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.