camfort-0.904: CamFort - Cambridge Fortran infrastructure

Safe HaskellNone
LanguageHaskell2010

Camfort.Output

Contents

Synopsis

Classes

class Show' s where Source #

Minimal complete definition

show'

Methods

show' :: s -> String Source #

Instances

Show a => Show' a Source # 

Methods

show' :: a -> String Source #

Show' String Source # 

Methods

show' :: String -> String Source #

(Show' a, Show' b) => Show' (a, b) Source # 

Methods

show' :: (a, b) -> String Source #

Refactoring