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 @@ -293,13 +293,13 @@ There are <a target="_blank" href="https://ghc.haskell.org/trac/ghc/wiki/ViewPat
293
293
294
294
The advantage of Egison is that it fulfillss ** all the following two requirement** at the same time.
295
295
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.
298
298
299
299
Additionally, it fulfills the following requirements.
300
300
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.
303
303
304
304
Please read <a target =" _blank " href =" https://arxiv.org/abs/1808.10603 " >our paper</a > for details.
305
305
You can’t perform that action at this time.
0 commit comments