| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
WeekDaze.Identifiers.Campus
Description
AUTHOR- Dr. Alistair Ward
DESCRIPTION
- Defines a suitable type for its polymorphic namesake.
- Defines a concrete type used to describe the campus in which a location exists.
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 identifier for a campus.
Instances
| Eq Campus Source # | |
| Ord Campus Source # | |
| Read Campus Source # | |
| Show Campus Source # | |
| NFData Campus Source # | |
Defined in WeekDaze.Identifiers.Campus | |
| Default Campus Source # | |
Defined in WeekDaze.Identifiers.Campus | |
| XmlPickler Campus Source # | |
Defined in WeekDaze.Identifiers.Campus | |
| HTML Campus Source # | |
Defined in WeekDaze.Identifiers.Campus | |