lean4-htt/src/Init/Data
2020-10-12 11:01:59 -07:00
..
Array feat: array slicing notation 2020-10-09 16:40:18 -07:00
ByteArray feat: add Subarray 2020-10-09 16:06:24 -07:00
Char fix: support Windows newlines and '\r' escape 2020-03-27 13:21:21 -07:00
Fin feat: add coercion Fin => Nat 2020-10-09 12:22:04 -07:00
FloatArray fix: unnecessary get! 2020-09-08 13:15:57 -07:00
Int feat: add interpolated string for toString 2020-10-09 14:38:24 -07:00
List chore: remove forInMap 2020-10-07 10:01:04 -07:00
Nat feat: basic parenthesizer 2020-05-04 14:28:36 -07:00
Option chore: { <source> with ... } syntax 2020-05-20 15:08:43 -07:00
String chore: more server fixes 2020-08-31 06:50:01 -07:00
ToString feat: add Repr and HasToString instances for PUnit and ULift 2020-10-12 11:01:59 -07:00
Array.lean feat: add Subarray 2020-10-09 16:06:24 -07:00
Basic.lean feat: add interpolated string for toString 2020-10-09 14:38:24 -07:00
ByteArray.lean chore: adapt to upstream 2020-08-31 06:50:01 -07:00
Char.lean
Fin.lean
Float.lean feat: add interpolated string for toString 2020-10-09 14:38:24 -07:00
FloatArray.lean feat: add FloatArray 2020-04-07 18:05:54 -07:00
Hashable.lean fix: leaks 2019-12-22 15:09:19 -08:00
Int.lean
List.lean chore: remove Monad List instance 2020-10-05 13:27:18 -07:00
Nat.lean
Option.lean
Random.lean feat: use EIO Empty instead of IO at IO.Ref primitives 2020-08-20 12:54:15 -07:00
Repr.lean feat: add Repr and HasToString instances for PUnit and ULift 2020-10-12 11:01:59 -07:00
String.lean refactor: String.toNat ==> String.toNat? and String.toNat! 2020-03-23 14:29:48 -07:00
ToString.lean feat: add interpolated string for toString 2020-10-09 14:38:24 -07:00
UInt.lean feat: fix UTF-8/16 and add ServerM monad 2020-08-31 06:50:01 -07:00