Safe Haskell | None |
---|---|
Language | Haskell2010 |
- class Translatable a where
- paren :: Parenthesis -> Text -> Text
- joinBy :: Text -> [Text] -> Text
- joinEndBy :: Text -> [Text] -> Text
- joinBeginBy :: Text -> [Text] -> Text
- joinBeginEndBy :: Text -> [Text] -> Text
- headerFile :: Context
- sourceFile :: Context
- data Context
- typeRepDB :: TypeRep -> Maybe Text
- dynamicDB :: Dynamic -> Maybe Text
Documentation
class Translatable a where Source
paren :: Parenthesis -> Text -> Text Source
an parenthesizer for lazy person.
joinBeginBy :: Text -> [Text] -> Text Source
joinBeginEndBy :: Text -> [Text] -> Text Source