lenses-ppx icon indicating copy to clipboard operation
lenses-ppx copied to clipboard

GADT lenses

Results 8 lenses-ppx issues
Sort by recently updated
recently updated
newest added

I'm trying to understand how to build a ppx with melange. I can't seem to build the ppx dir using any of the commands in `esy.json` or `package.json`. Is it...

## Target The idea of this pr is to generate gadt constructors with an index attribute when the field is of type array. This: ```reasonml module StateLenses = [%lenses type...

Sometimes when working with forms one might want to loop over all the fields and render any errors they have. Perhaps this library could generate some kind utilities for this...

What about generating Prisms, Traversals, or other optics? I'm also curious about how these compose... I've got some heavy enough usage of nested `|> Option.map(x => x.prop)` and `|> Option.flatMap(x...