Commit 2020-08-29 14:16 fd4628f1
View on Github →chore(*): bump to lean 3.19.0c, fin is now a subtype (#3955)
- Some decidable.*order theorems have been moved to core.
- finis now a subtype. This means that the whnf of- fin nis now- {i // i < n}. Also, the coercion- fin n → natis now preferred over- subtype.val. The entire library has been refactored accordingly. (Although I probably missed some cases.)
- in_current_file'was removed since the bug in- in_current_filewas fixed in core.
- The syntax of guard_hypin core was changed fromguard_hyp h := ttoguard_hyp h : t, so the syntax for the relatedguard_hyp',match_hypandguard_hyp_stricttactics intactic.interactivewas changed as well.