Open brentvatne opened 6 years ago
It no longer says that, but now it doesn't say anything at all, which is equally bad. I needed to use bignum and found the library Num
, so I gave a shot. Found that Num.Int(1)
works, but Num.(Int(1) +/ Int(2))
doesn't, and wasted several minutes trying to find what went wrong... It would be great if there's a section in https://reasonml.github.io/api/index.html explicitly saying that "The following libraries are not supported when JavaScript is targeted".
https://reasonml.github.io/api/index.html says:
However, there are some APIs in the list that do not work on a project created with
bsb -init some-project -theme reason-basic
. It seems like perhaps everything afterWeak
in the list is not available.Str
is one that many people will reach for and be confused about (I am guilty).