fortran-src-0.15.1: Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial).
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.PrettyPrint.GenericPretty.Orphans

Orphan instances

Out Int16 Source # 
Instance details

Methods

docPrec :: Int -> Int16 -> Doc #

doc :: Int16 -> Doc #

docList :: [Int16] -> Doc #

Out Int32 Source # 
Instance details

Methods

docPrec :: Int -> Int32 -> Doc #

doc :: Int32 -> Doc #

docList :: [Int32] -> Doc #

Out Int64 Source # 
Instance details

Methods

docPrec :: Int -> Int64 -> Doc #

doc :: Int64 -> Doc #

docList :: [Int64] -> Doc #

Out Int8 Source # 
Instance details

Methods

docPrec :: Int -> Int8 -> Doc #

doc :: Int8 -> Doc #

docList :: [Int8] -> Doc #

Out Text Source #

Not particularly efficient (but neither is GenericPretty).

Instance details

Methods

docPrec :: Int -> Text -> Doc #

doc :: Text -> Doc #

docList :: [Text] -> Doc #

Out Natural Source # 
Instance details

Methods

docPrec :: Int -> Natural -> Doc #

doc :: Natural -> Doc #

docList :: [Natural] -> Doc #