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
I wonder if this is normal but it has caught me off-guard a few times. The gist: "🚀" == (#"🚀" :> string) is false.
"🚀" == (#"🚀" :> string)
See https://rescript-lang.org/try?version=v12.0.0-alpha.8&module=esmodule&code=C4TwDgpgBMULxQNoGIBEheDcAF7qA+yQC6AUADYSwAeAXDPFGlqqeVCDcAvkQFIDOAdCQD2AcwAUGbPARiKUKgD4ovYACcAlgDsRASh08Bw8ahCppUMSHlKVG7XqA
The text was updated successfully, but these errors were encountered:
This is definitely a bug, but it makes me think of the constraint. It seems to be not clearly defined.
Sorry, something went wrong.
No branches or pull requests
I wonder if this is normal but it has caught me off-guard a few times. The gist:
"🚀" == (#"🚀" :> string)
is false.See https://rescript-lang.org/try?version=v12.0.0-alpha.8&module=esmodule&code=C4TwDgpgBMULxQNoGIBEheDcAF7qA+yQC6AUADYSwAeAXDPFGlqqeVCDcAvkQFIDOAdCQD2AcwAUGbPARiKUKgD4ovYACcAlgDsRASh08Bw8ahCppUMSHlKVG7XqA
The text was updated successfully, but these errors were encountered: