Added Encl, Glossary to Term
This commit is contained in:
parent
f035f0ffe3
commit
78e61cedd0
1 changed files with 3 additions and 1 deletions
|
@ -69,11 +69,13 @@ data Term =
|
|||
| Table
|
||||
| Part
|
||||
| Page
|
||||
| Proof
|
||||
| See
|
||||
| SeeAlso
|
||||
| Encl
|
||||
| Cc
|
||||
| To
|
||||
| Proof
|
||||
| Glossary
|
||||
deriving (Show, Eq, Ord, Generic, Enum, Read)
|
||||
|
||||
newtype Translations = Translations (M.Map Term String)
|
||||
|
|
Loading…
Reference in a new issue