Add missing Bind Scope for fin
All threads resolved!
All threads resolved!
This allows for automatic declaration of fin_scope when in a function argument of type fin n
. For example in a defined function f {n}: fin n → T
, you can now do f 45
instead of f 45%fin
(assuming the n
can be deduced of course). This might be a breaking change in very weird circumstances, but it otherwise allows a more convenient use of the fin notations.
Merge request reports
Activity
added 22 commits
-
bbe2655a...b9418660 - 21 commits from branch
iris:master
- 4e4bd72b - Add missing Bind Scope for fin
-
bbe2655a...b9418660 - 21 commits from branch
- Resolved by Robbert Krebbers
- Resolved by Thibaut Pérami
added 18 commits
-
d470c5a6...db81d6be - 17 commits from branch
iris:master
- 1ee892d6 - Add missing Bind Scope for fin
-
d470c5a6...db81d6be - 17 commits from branch
- Resolved by Robbert Krebbers
enabled an automatic merge when the pipeline for 865f16d0 succeeds
mentioned in commit a2d0702e
Please register or sign in to reply