Skip to content

Commit 06cf28d

Browse files
authored
Update README.md
1 parent ac5b8d5 commit 06cf28d

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
@@ -282,13 +282,13 @@ There are <a target="_blank" href="https://ghc.haskell.org/trac/ghc/wiki/ViewPat
282282

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

285-
(1) Efficient backtracking algorithm for non-linear pattern matching.
286-
(2) Extensibility of patterns.
285+
1. Efficient backtracking algorithm for non-linear pattern matching.
286+
2. Extensibility of patterns.
287287

288288
Additionally, it fulfills the following requirements.
289289

290-
(3) Polymorphism of patterns.
291-
(4) Pattern matching with infinitely many results.
290+
3. Polymorphism of patterns.
291+
4. Pattern matching with infinitely many results.
292292

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

0 commit comments

Comments
 (0)