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#.
- Host: GitHub
- URL: https://github.com/munificent/pattern_matching
- Owner: munificent
- License: other
- Created: 2021-10-05T14:57:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-05T15:00:56.000Z (over 4 years ago)
- Last Synced: 2025-02-27T17:35:44.608Z (11 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 18
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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