Permalink
Please
sign in to comment.
Browse files
Improve parsing performance (#119)
This left-factors the parser for union literals to remove an unnecessary `try`. This in turn improves the throughput of `dhall` on the slow example described in #108 by 56% (2.290 s → 1.465 s)
- Loading branch information...
0 comments on commit
0e68151