Currently the generator uses a set of transformation functions to transform the API spec into an AST for code generation eg: inlining references.
Using Optics (lenses) is a better way of achieving the same outcome but in a simpler, more composable fashion.
See more
Currently the generator uses a set of transformation functions to transform the API spec into an AST for code generation eg: inlining references.
Using Optics (lenses) is a better way of achieving the same outcome but in a simpler, more composable fashion.
See more