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. fin
is now a subtype. This means that the whnf offin n
is now{i // i < n}
. Also, the coercionfin n → nat
is now preferred oversubtype.val
. The entire library has been refactored accordingly. (Although I probably missed some cases.)in_current_file'
was removed since the bug inin_current_file
was fixed in core.- The syntax of
guard_hyp
in core was changed fromguard_hyp h := t
toguard_hyp h : t
, so the syntax for the relatedguard_hyp'
,match_hyp
andguard_hyp_strict
tactics intactic.interactive
was changed as well.