Paraiso-0.3.1.0: a code generator for partial differential equations solvers.

Safe HaskellSafe-Infered

Language.Paraiso.Generator.ClarisTrans

Synopsis

Documentation

paren :: Parenthesis -> Text -> TextSource

an parenthesizer for lazy person.

joinBy :: Text -> [Text] -> TextSource

joinEndBy :: Text -> [Text] -> TextSource

joinBeginBy :: Text -> [Text] -> TextSource

joinBeginEndBy :: Text -> [Text] -> TextSource

typeRepDB :: TypeRep -> Maybe TextSource

The databeses for Haskell -> Cpp type name translations.

dynamicDB :: Dynamic -> Maybe TextSource

The databeses for Haskell -> Cpp immediate values translations.