Open cyrus- opened 2 years ago
More ops would be nice e.g.
! (logical not) != !=. ==? (boolean equality) <= >= <=. >=. float_of_int int_of_float
https://www.tablecloth.dev/ is an interesting approach -- standard library API portable across OCaml, ReScript, F#
More ops would be nice e.g.