Docx Fonts: Derives Show and Eq

This commit is contained in:
Matthew Pickering 2014-08-10 17:04:13 +01:00 committed by Jesse Rosenthal
parent 4e483dbf9a
commit 427466f80c

View file

@ -32,6 +32,7 @@ module Text.Pandoc.Readers.Docx.Fonts (getUnicode, Font(..)) where
-- | Enumeration of recognised fonts
data Font = Symbol -- ^ <http://en.wikipedia.org/wiki/Symbol_(typeface) Adobe Symbol>
deriving (Show, Eq)
-- | Given a font and codepoint, returns the corresponding unicode
-- character