You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would save a lot of boilerplate code – and make lenses a ridiculously useful feature – to have a PPX extension allowing to automatic lenses generation, so that we could write
typecar = {
make : string;model: string;mileage: int;
} [@@lens]
and have automatically make_lens etc. defined for us.
The text was updated successfully, but these errors were encountered:
It would save a lot of boilerplate code – and make lenses a ridiculously useful feature – to have a PPX extension allowing to automatic lenses generation, so that we could write
and have automatically
make_lens
etc. defined for us.The text was updated successfully, but these errors were encountered: