reason-seoul / rescript-collection

Fast and efficient, persistent immutable collection for JS written in 100% ReScript!
https://rescript-collection.pages.dev
MIT License
56 stars 4 forks source link

Test coverage #13

Closed namenu closed 3 years ago

namenu commented 3 years ago

Added bisect_ppx.

It has a bug with parsing pipe-first(->) operators so that this PR includes some minor syntax changes.

Coverage achieved 100% for primitive functions while utility functions remain 0%.