Commit 1a5504f
Split Quantified and PartialQuantified code paths
Summary:
For #105.
PartialQuantified will continue to have eager pinning behavior, whereas we want to delay solving Quantified in some cases. So let's split these code paths to make later changes easier.
This diff does not change any user-facing behavior.
Reviewed By: migeed-z
Differential Revision: D96334059
fbshipit-source-id: 5543a6db71879831d902a0c2b80cb06bacaccf381 parent 34beb96 commit 1a5504f
1 file changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2013 | 2013 | | |
2014 | 2014 | | |
2015 | 2015 | | |
2016 | | - | |
2017 | | - | |
2018 | | - | |
2019 | | - | |
2020 | 2016 | | |
2021 | 2017 | | |
2022 | 2018 | | |
2023 | 2019 | | |
2024 | | - | |
2025 | | - | |
2026 | | - | |
2027 | | - | |
| 2020 | + | |
2028 | 2021 | | |
2029 | 2022 | | |
2030 | 2023 | | |
2031 | | - | |
2032 | | - | |
| 2024 | + | |
2033 | 2025 | | |
| 2026 | + | |
| 2027 | + | |
2034 | 2028 | | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
2035 | 2034 | | |
2036 | 2035 | | |
2037 | 2036 | | |
| |||
0 commit comments