|
|
|
|
|
by smoothdeveloper
3625 days ago
|
|
Paul Blasucci had a good talk on Active Patterns (an F# language feature): https://github.com/pblasucci/DeepDive_ActivePatterns This feature allows to encapsulate conditional matching on arbitrary input and dispatching. For those who know ML, it is making the concept of pattern matching extensible to any construct. |
|