yesod-dsl-0.2.1: codegen/hs-client-handler-update-result-type.cg
data Result = Result {
~{indent 4 $ intercalate ",\n" $ map field $ handlerOutputFields m h}}
$(AT.deriveJSON AT.defaultOptions ''Result)
data Result = Result {
~{indent 4 $ intercalate ",\n" $ map field $ handlerOutputFields m h}}
$(AT.deriveJSON AT.defaultOptions ''Result)