Cosmetic.
This commit is contained in:
parent
b560adefbc
commit
b1434d6e0c
|
@ -24,12 +24,10 @@ import qualified Bibtex as B
|
|||
import qualified Text.Pandoc as Pandoc
|
||||
import qualified Text.Parsec as Parsec
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
newtype BibEntry = BibEntry B.Item
|
||||
deriving (Typeable)
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
instance Binary BibEntry where
|
||||
put (BibEntry t) = do
|
||||
|
@ -39,7 +37,6 @@ instance Binary BibEntry where
|
|||
|
||||
get = BibEntry <$> (B.Item <$> get <*> get <*> get)
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
bibEntryContext :: Context BibEntry
|
||||
bibEntryContext = Context $ \key _ item ->
|
||||
|
|
Loading…
Reference in New Issue