Safe Haskell | None |
---|---|
Language | Haskell2010 |
WeekDaze.Model.GenerateLessonColourFrom
Contents
Description
AUTHOR
- Dr. Alistair Ward
DESCRIPTION
- Used to specify the source of the data, used to automatically generate the colour of a lesson.
Synopsis
- data GenerateLessonColourFrom
- = Lesson
- | Subject
- | Topic
- | Level
- | ResourceIds
- tag :: String
Types
Data-types
data GenerateLessonColourFrom Source #
The source of the string to hash, when generating the colour of a lesson in the timetable.
Constructors
Lesson | |
Subject | |
Topic | |
Level | |
ResourceIds |