yesod-dsl-0.1: codegen/default-filter-fields.cg
case defaultFilterJson of
Just xs -> mapM_ (\fjm -> case filterJsonMsg_field fjm of
~{fields}
_ -> return ()
) xs
Nothing -> return ()
case defaultFilterJson of
Just xs -> mapM_ (\fjm -> case filterJsonMsg_field fjm of
~{fields}
_ -> return ()
) xs
Nothing -> return ()