-
Notifications
You must be signed in to change notification settings - Fork 485
[Builtins] Allow casing on booleans #7029
New issue
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
base: master
Are you sure you want to change the base?
Conversation
8358a8f
to
5244c96
Compare
5244c96
to
8b55532
Compare
8b55532
to
2344b92
Compare
2344b92
to
c0df0c1
Compare
/benchmark nofib |
1 similar comment
/benchmark nofib |
/benchmark lists |
1 similar comment
/benchmark lists |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '27d2bc3905' (base) and 'c0df0c158b' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '27d2bc3905' (base) and 'c0df0c158b' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'lists' on '27d2bc3905' (base) and 'c0df0c158b' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'lists' on '27d2bc3905' (base) and 'c0df0c158b' (PR) Results table
|
c0df0c1
to
06d1a16
Compare
…to effectfully/builtins/allow-casing-on-booleans
This adds support for casing on booleans and integers using
Case
, which is the first part of #6602.