bibtex-0.1.0.6: Parse, format and processing BibTeX files

Safe HaskellSafe
LanguageHaskell98

Text.BibTeX.Entry

Synopsis

Documentation

data T Source #

Constructors

Cons 

Instances

Show T Source # 

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".