Commit 2023-08-27 08:28 93bcc03c

View on Github →

chore: rename Nat.shiftl' to Nat.shiftLeft' (#6788) This makes it match the unprimed Nat.shiftLeft. Follows on from #6356 which removed Nat.shiftl.

Estimated changes

added def Nat.shiftLeft'
added theorem Nat.shiftLeft'_add
added theorem Nat.shiftLeft'_false
added theorem Nat.shiftLeft'_sub
deleted def Nat.shiftl'
deleted theorem Nat.shiftl'_add
deleted theorem Nat.shiftl'_false
deleted theorem Nat.shiftl'_sub