Oskar Gewalli

Results 46 issues of Oskar Gewalli

### Description When you add an interface is possibly a minor change. While removing an interface is probably a major change.

enhancement

Write about how this lib relates to generalized regex.

Should have link to fsproject site and more documentation on NuGet page.

bug
help wanted

It would make sense to create a type provider for a given expression. This will make the library more useful.

enhancement

- [ ] \c : cell ? Empty or with value - [ ] \v : cell with value - [x] _ : empty cell

enhancement

https://github.com/wallymathieu/Thompson_Regex

enhancement

http://blog.sigfpe.com/2009/01/fast-incremental-regular-expression.html

enhancement
question

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...

enhancement