aantron / lambdasoup

Functional HTML scraping and rewriting with CSS in OCaml
https://aantron.github.io/lambdasoup
MIT License
380 stars 31 forks source link

Infix module #7

Closed copy closed 7 years ago

copy commented 7 years ago

A module containing only the infix operators would be useful, so that we don't fill the scope with generic names like to_string when opening the module.

aantron commented 7 years ago

Agreed. PR welcome, otherwise I will do this in some days.

aantron commented 7 years ago

Resolved by #8. Thanks.