Oskar Gewalli
Oskar Gewalli
### Description When you add an interface is possibly a minor change. While removing an interface is probably a major change.
Write about how this lib relates to generalized regex.
Should have link to fsproject site and more documentation on NuGet page.
It would make sense to create a type provider for a given expression. This will make the library more useful.
- [ ] \c : cell ? Empty or with value - [ ] \v : cell with value - [x] _ : empty cell
https://github.com/wallymathieu/Thompson_Regex
http://blog.sigfpe.com/2009/01/fast-incremental-regular-expression.html
Possible to do the following: ```c# LensBuilder.Constructors(new [] { "MK" }).Of (sp => sp.Customer.Name).Build (); ``` where `MK` is the constructor method name. Any lenses defined during construction will then...
In order to understand what's neat about having lenses, one needs to understand what lenses are. How do we explain it in terms that might be more familiar to many...