Move array stuff to own file
#245 (closed) talks about IntoAnd
, but I mirrored what we got for big_sepL
and that's IntoSep
.
However, I also remembered why we didn't do that for lambdaRust: there, array-mapsto is fractional, and then there is the question whether one wants to split at the fraction or the list. We decided that the proofmode would split at the fraction. If we agree that's the more reasonable choice, we should not add the splitting-at-the-list now because then we couldn't extend array-mapsto to fractions later.
Merge request reports
Activity
However, I also remembered why we didn't do that for lambdaRust: there, array-mapsto is fractional, and then there is the question whether one wants to split at the fraction or the list. We decided that the proofmode would split at the fraction. If we agree that's the more reasonable choice, we should not add the splitting-at-the-list now because then we couldn't extend array-mapsto to fractions late
If we want to make
array
fractional, then we have overlapping instances and thus a problem.Although I think that splitting at the list is more useful, I would say that splitting at the fraction would be more consistent. So, I'm probably in favor of the latter.
changed milestone to %Iris 3.2
added 1 commit
- b66b4113 - prepare for having fractional arrays in the future
added 1 commit
- 9e8004f8 - prepare for having fractional arrays in the future
- Resolved by Ralf Jung
- Resolved by Ralf Jung