bibtex-0.1.0.7: Parse, format and processing BibTeX files
Safe HaskellSafe-Inferred
LanguageHaskell98

Text.BibTeX.Entry

Synopsis

Documentation

data T Source #

Constructors

Cons 

Instances

Instances details
Show T Source # 
Instance details

Defined in Text.BibTeX.Entry

Methods

showsPrec :: Int -> T -> ShowS #

show :: T -> String #

showList :: [T] -> ShowS #

flipName :: String -> String Source #

Convert the name style "Surname, First name" into "First name Surname".