File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -282,13 +282,13 @@ There are <a target="_blank" href="https://ghc.haskell.org/trac/ghc/wiki/ViewPat
282
282
283
283
The advantage of Egison is that it fulfillss ** all the following two requirement** at the same time.
284
284
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.
287
287
288
288
Additionally, it fulfills the following requirements.
289
289
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.
292
292
293
293
Please read <a target="_ blank" https://arxiv.org/abs/1808.10603">our paper</a > for details.
294
294
You can’t perform that action at this time.
0 commit comments