Changes between Version 1 and Version 2 of Ticket #5367, comment 12
- Timestamp:
- 2020-06-30T14:37:17Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5367, comment 12
v1 v2 25 25 case 2_4: A=true, A_pre=false, B=false, B_pre=false 26 26 }}} 27 We have a view cases that are duplicate but not all case 1_x are equal to case 2_x, so we can't reduce the when condition to `when{A}`27 We have a few cases that are duplicate but not all case 1_x are equal to case 2_x, so we can't reduce the when condition to `when{A}` 28 28 29 29 I actually needed pen and paper for this one... But I'm glad I did it. I was roughly aware that it's not so straight forward but could not pin the difference down right away.