Open vzaliva opened 6 years ago
It would be nice to have a ppx extension which would provide a way to use literals. It is clumsy to write things like Int32.of_string "0xffffffff"
Int32.of_string "0xffffffff"
I had the same need and wrote a small PPX rewriter to do just that
It would be nice to have a ppx extension which would provide a way to use literals. It is clumsy to write things like
Int32.of_string "0xffffffff"