Skip to content

Commit 0dec703

Browse files
committed
Merge branch 'master' of github.com:egison/egison
2 parents c24e72a + 06cf28d commit 0dec703

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,13 @@ There are <a target="_blank" href="https://ghc.haskell.org/trac/ghc/wiki/ViewPat
293293

294294
The advantage of Egison is that it fulfillss **all the following two requirement** at the same time.
295295

296-
(1) Efficient backtracking algorithm for non-linear pattern matching.
297-
(2) Extensibility of patterns.
296+
1. Efficient backtracking algorithm for non-linear pattern matching.
297+
2. Extensibility of patterns.
298298

299299
Additionally, it fulfills the following requirements.
300300

301-
(3) Polymorphism of patterns.
302-
(4) Pattern matching with infinitely many results.
301+
3. Polymorphism of patterns.
302+
4. Pattern matching with infinitely many results.
303303

304304
Please read <a target="_blank" href="https://arxiv.org/abs/1808.10603">our paper</a> for details.
305305

0 commit comments

Comments
 (0)