Skip to content

Commit 81a2549

Browse files
authored
Mention the new Flow syntax
1 parent 7a554cd commit 81a2549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ This proposal draws from, and partially overlaps with, corresponding features in
135135
[Scala](http://www.scala-lang.org/files/archive/spec/2.11/08-pattern-matching.html),
136136
[Elixir/Erlang](https://elixir-lang.org/getting-started/pattern-matching.html),
137137
and [C++](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1371r2.pdf).
138+
More recently, [Flow](https://flow.org/en/docs/match/patterns/) has gained a feature
139+
closely matching and clearly inspired by the syntax proposed here.
138140

139141
### Userland matching
140142

0 commit comments

Comments
 (0)