We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dec703 commit 5c17554Copy full SHA for 5c17554
README.md
@@ -6,7 +6,7 @@ This is the repository of the interpreter of Egison.
6
7
For more information, visit <a target="_blank" href="https://www.egison.org">our website</a>.
8
9
-## Refreed Papers
+## Refereed Papers
10
11
### Pattern Matching
12
@@ -291,7 +291,7 @@ Here are more samples.
291
292
There are <a target="_blank" href="https://ghc.haskell.org/trac/ghc/wiki/ViewPatterns#Relatedwork">a lot of existing work</a> for pattern matching.
293
294
-The advantage of Egison is that it fulfillss **all the following two requirement** at the same time.
+The advantage of Egison is that it fulfills the following two requirements at the same time.
295
296
1. Efficient backtracking algorithm for non-linear pattern matching.
297
2. Extensibility of patterns.
0 commit comments