yesod-dsl-0.1.1.11: codegen/fay-route.cg
Route {
routePath = [~{intercalate ", " (map trPathPiece (routePath r))}],
routeHandlers = [
~{indent 8 $ intercalate ",\n" (map trHandler (routeHandlers r))}
]
}
Route {
routePath = [~{intercalate ", " (map trPathPiece (routePath r))}],
routeHandlers = [
~{indent 8 $ intercalate ",\n" (map trHandler (routeHandlers r))}
]
}