An open API service indexing awesome lists of open source software.

https://github.com/munificent/pattern_matching

A simple ML-like pattern-matching library in C#.
https://github.com/munificent/pattern_matching

Last synced: 10 months ago
JSON representation

A simple ML-like pattern-matching library in C#.

Awesome Lists containing this project

README

          

This is a simple little library to emulate ML-style pattern
matching in C#. You can find a detailed explanation here:

http://journal.stuffwithstuff.com/2009/05/13/ml-style-pattern-matching-in-c/

- Bob Nystrom