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

Safe HaskellSafe
LanguageHaskell2010

WeekDaze.Size

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION

Define the type for the size of various quantities.

Synopsis

Types

Type-synonyms

type NDays = Int Source #

A number of days.

type NTimetables = Int Source #

A number of timetables.

type NLocations = Int Source #

A number of locations.

type NStudents = Int Source #

A number of students.

type NTeachers = Int Source #

A number of teachers.

type NTimeslots = Int Source #

A number of time-slots.