8 lines
194 B
Text
8 lines
194 B
Text
|
{-|
|
||
|
An internal type used by `./renderAs` to select the output format.
|
||
|
|
||
|
You should not need to use this type directly, simply use `./render`
|
||
|
or `./renderYAML` as appropriate.
|
||
|
-}
|
||
|
< YAML | JSON >
|