..
Array
refactor: termination_by changes in stdlib
2024-01-10 17:27:35 +01:00
ByteArray
fix: reference implementation ByteArray.copySlice ( #2967 )
2023-12-16 20:26:16 +00:00
Char
feat: log2 for Fin and UInts
2022-11-29 01:05:06 +01:00
Fin
chore: use mathlib naming convention
2024-01-09 12:57:15 +01:00
FloatArray
chore: snake-case attributes (part 2)
2022-10-19 09:28:08 -07:00
Format
chore: fix more typos in comments
2023-10-08 14:37:34 -07:00
Int
chore: use mathlib naming convention
2024-01-09 12:57:15 +01:00
List
chore: fix regression due to changes in previous commits
2024-01-09 12:57:15 +01:00
Nat
chore: use termination_by in Nat.gcd ( #3164 )
2024-01-11 21:31:27 +00:00
Option
chore: snake-case attributes (part 2)
2022-10-19 09:28:08 -07:00
String
refactor: termination_by changes in stdlib
2024-01-10 17:27:35 +01:00
ToString
fix: make List.toString tail-recursive
2022-12-12 22:58:21 +01:00
UInt
chore: use mathlib naming convention
2024-01-09 12:57:15 +01:00
AC.lean
refactor: unname some unused variables
2022-06-07 16:37:45 -07:00
Array.lean
feat: add simp theorem List.of_toArray_eq_toArray (as bs : List α) : (as.toArray = bs.toArray) = (as = bs) := by
2022-05-27 18:26:48 -07:00
Basic.lean
chore: remove #lang lean4 header
2020-10-25 09:54:07 -07:00
ByteArray.lean
chore: remove #lang lean4 header
2020-10-25 09:54:07 -07:00
Channel.lean
feat: synchronous operations for Channel
2022-09-05 08:52:46 -07:00
Char.lean
chore: remove #lang lean4 header
2020-10-25 09:54:07 -07:00
Fin.lean
feat: log2 for Fin and UInts
2022-11-29 01:05:06 +01:00
Float.lean
doc: state that Float is IEEE compliant ( #3157 )
2024-01-10 12:16:42 +00:00
FloatArray.lean
chore: remove #lang lean4 header
2020-10-25 09:54:07 -07:00
Format.lean
refactor: move ToString Syntax and BEq Syntax to Init
2021-02-26 13:21:04 -08:00
Hashable.lean
chore: add helper function
2023-07-11 19:19:42 -07:00
Int.lean
chore: remove #lang lean4 header
2020-10-25 09:54:07 -07:00
List.lean
chore: remove #lang lean4 header
2020-10-25 09:54:07 -07:00
Nat.lean
feat: add Power2
2022-10-27 18:11:20 -07:00
OfScientific.lean
chore: use more specific import in OfScientific ( #3165 )
2024-01-11 18:23:43 +00:00
Option.lean
chore: remove #lang lean4 header
2020-10-25 09:54:07 -07:00
Ord.lean
refactor: lexOrd should not be an instance
2022-09-28 15:57:01 -07:00
Prod.lean
feat: add simp lemmas and instances for LawfulBEq
2022-07-11 14:19:41 -07:00
Queue.lean
doc: document Init.Data.Queue
2022-09-13 03:09:25 -07:00
Random.lean
chore: convert doc/mod comments from /- to /--//-! ( #1354 )
2022-07-22 12:05:31 -07:00
Range.lean
feat: let get_elem_tactic_trivial handle [a]'h.2 ( #3132 )
2024-01-08 16:23:09 +00:00
Repr.lean
feat: log2 for Fin and UInts
2022-11-29 01:05:06 +01:00
Stream.lean
chore: convert doc/mod comments from /- to /--//-! ( #1354 )
2022-07-22 12:05:31 -07:00
String.lean
chore: remove #lang lean4 header
2020-10-25 09:54:07 -07:00
ToString.lean
chore: remove #lang lean4 header
2020-10-25 09:54:07 -07:00
UInt.lean
feat: log2 for Fin and UInts
2022-11-29 01:05:06 +01:00