| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
WeekDaze.Identifiers.SynchronisationId
Description
AUTHOR- Dr. Alistair Ward
DESCRIPTION- Defines a suitable type for its polymorphic namesake.
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.
Synopsis
Types
Data-types
data SynchronisationId Source #
Define a concrete type for the identifier of a set of courses, whose heterogeneous lessons must be synchronised.
Instances
Constants
Functions
Constructor
mkSynchronisationId :: String -> SynchronisationId Source #
Constructor.