Added Listing to Term.

So far only added to English.
This commit is contained in:
John MacFarlane 2017-08-12 13:19:50 -07:00
parent cc6db2aa8f
commit f7346bbfc1
2 changed files with 2 additions and 0 deletions

View file

@ -19,3 +19,4 @@ See: see
SeeAlso: see also
Table: Table
To: To
Listing: Listing

View file

@ -76,6 +76,7 @@ data Term =
| To
| Proof
| Glossary
| Listing
deriving (Show, Eq, Ord, Generic, Enum, Read)
newtype Translations = Translations (M.Map Term String)