camfort-0.900: CamFort - Cambridge Fortran infrastructure

Safe HaskellNone
LanguageHaskell2010

Camfort.Output

Synopsis

Documentation

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 #

changeDir :: Eq a => [a] -> [a] -> [a] -> [a] Source #

changeDir is used to change the directory of a filename string. If the filename string has no directory then this is an identity

removeNewLines :: (Num t, Eq t) => ByteString -> t -> (ByteString, t) Source #

unpackFst :: (ByteString, t) -> ([Char], t) Source #