We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, the following code:
type adapter = [ `idb | `leveldb | `http ] [@@bs.deriving jsConverter]
Gives the error:
We've found a bug for you! OCaml preview The value binarySearch can't be found in Js.MapperRt
As seen here: https://reasonml.github.io/en/try.html?rrjsx=true&ocaml=C4TwDgpgBAhgJjMwICcoF4oG0oAMCWcARlFAD54A2EAbhJcaRbgBbDBhQC62AAr0QDOAOjip8NfADsA5lABWggMIB7KXRTIUXAFBA
The text was updated successfully, but these errors were encountered:
722be19
Merge pull request #3558 from BuckleScript/fix_3557
8046bc8
fix #3557
@yawaramin the missing cmi is added in repl.js scripts. Reason playground may be needed to updated accordingly. cc @rickyvetter
Sorry, something went wrong.
No branches or pull requests
For example, the following code:
Gives the error:
As seen here: https://reasonml.github.io/en/try.html?rrjsx=true&ocaml=C4TwDgpgBAhgJjMwICcoF4oG0oAMCWcARlFAD54A2EAbhJcaRbgBbDBhQC62AAr0QDOAOjip8NfADsA5lABWggMIB7KXRTIUXAFBA
The text was updated successfully, but these errors were encountered: