| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.Drasil.Chunk.NamedIdea
Contents
Description
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.
Instances
| Generic IdeaDict Source # | |
| HasChunkRefs IdeaDict Source # | |
| HasUID IdeaDict Source # | |
Defined in Language.Drasil.Chunk.NamedIdea | |
| Idea IdeaDict Source # | Finds the abbreviation of the |
| NamedIdea IdeaDict Source # | Finds the term ( |
| Eq IdeaDict Source # | Equal if |
| type Rep IdeaDict Source # | |
Defined in Language.Drasil.Chunk.NamedIdea type Rep IdeaDict = D1 ('MetaData "IdeaDict" "Language.Drasil.Chunk.NamedIdea" "drasil-lang-0.1.60.0-KF7MYXzZPFTFyuQPwLvX9Q" 'False) (C1 ('MetaCons "IdeaDict" 'PrefixI 'True) (S1 ('MetaSel ('Just "_uu") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UID) :*: (S1 ('MetaSel ('Just "_np") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NP) :*: S1 ('MetaSel ('Just "mabbr") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe String))))) | |
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.