| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
WeekDaze.Identifiers.Stream
Description
AUTHOR- Dr. Alistair Ward
DESCRIPTION
- Defines a suitable type for its polymorphic namesake.
- This value permits one to distinguish between the academic year of a student & optionally also their stream within the year.
CAVEAT- Exporting nothing but the type-constructor forces this to be used only as an interface, & therefore to be easily replaced; though a data-constructor is also exported for testing.
Types
Data-types
Define a concrete type for the stream of a student.
Instances
| Eq Stream Source # | |
| Ord Stream Source # | |
| Read Stream Source # | |
| Show Stream Source # | |
| NFData Stream Source # | |
Defined in WeekDaze.Identifiers.Stream | |
| Default Stream Source # | |
Defined in WeekDaze.Identifiers.Stream | |
| XmlPickler Stream Source # | |
Defined in WeekDaze.Identifiers.Stream | |
| HTML Stream Source # | |
Defined in WeekDaze.Identifiers.Stream | |