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
|
| Table
|
||||||
| Part
|
| Part
|
||||||
| Page
|
| Page
|
||||||
| Proof
|
|
||||||
| See
|
| See
|
||||||
| SeeAlso
|
| SeeAlso
|
||||||
|
| Encl
|
||||||
| Cc
|
| Cc
|
||||||
| To
|
| To
|
||||||
|
| Proof
|
||||||
|
| Glossary
|
||||||
deriving (Show, Eq, Ord, Generic, Enum, Read)
|
deriving (Show, Eq, Ord, Generic, Enum, Read)
|
||||||
|
|
||||||
newtype Translations = Translations (M.Map Term String)
|
newtype Translations = Translations (M.Map Term String)
|
||||||
|
|
Loading…
Add table
Reference in a new issue