mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2026-03-02 03:40:31 +00:00
1) added papper "A Poor Man s Concurrency Monad" by Koen Claessen to the "haskell" section
2) added README for "pattern_matching" section"
3) added 📜 in readme to papers that hosts in the repo
This commit is contained in:
5
pattern_matching/README.md
Normal file
5
pattern_matching/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Pattern Matching
|
||||
|
||||
* :scroll: [Compiling Pattern Matching to good Decision Trees](../pattern_matching/compiling-pattern-matching-to-good-decision-trees.pdf) by Luc Maranget. Paper address the issue of compiling ML pattern matching to efficient decisions trees.
|
||||
* :scroll: [Extensible Pattern Matching in an Extensible Language](../pattern_matching/extensible-pattern-matching-extensible-language.pdf) by Sam Tobin-Hochstadt. Paper present a sophisticated pattern matcher for [Racket](http://racket-lang.org/), implemented as language extension using macros.
|
||||
* :scroll: [Warnings for pattern matching](../pattern_matching/warnings-for-pattern-matching.pdf) by Luc Maranget. Paper examine the ML pattern-matching anomalies of useless clauses and non-exhaustive matches.
|
||||
Reference in New Issue
Block a user