Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
The lowest level of chunks in Drasil. It all starts with an identifier and a term.
Type
IdeaDict
is the canonical dictionary associated to an Idea
.
Contains a UID
and a term that could have an abbreviation (Maybe
String
).
Ex. The project name "Double Pendulum" may have the abbreviation DblPend.
Classes
class HasUID c => NamedIdea c where Source #
Instances
class NamedIdea c => Idea c where Source #
An Idea
is the combination of a NamedIdea
and a CommonIdea
.
In other words, it may have an acronym/abbreviation.