lean4-htt/src/Init/Data
Leonardo de Moura d6f778bec4 refactor: arbitrary without explicit arguments
@Kha I was tired of writing `arbitrary _` :)
There 0 places in the stdlib where the type needs to be provided.
If in the future we need to specify the type we can use
`arbitrary (α := <type>)`
2020-11-25 09:07:38 -08:00
..
Array refactor: arbitrary without explicit arguments 2020-11-25 09:07:38 -08:00
ByteArray chore: avoid Has prefix in type classes 2020-10-27 18:29:19 -07:00
Char fix: UInt* and USize Inhabited instances 2020-11-13 16:30:48 -08:00
Fin chore: move definitions needed by macros to Prelude.lean 2020-11-11 06:56:45 -08:00
FloatArray chore: HasToString => ToString 2020-10-27 16:11:48 -07:00
Int feat: use <| 2020-11-19 09:03:38 -08:00
List fix: ambiguity at induction/cases 2020-11-24 14:59:12 -08:00
Nat fix: ambiguity at induction/cases 2020-11-24 14:59:12 -08:00
Option chore: using "unbound implicit locals" 2020-11-23 13:09:02 -08:00
String refactor: arbitrary without explicit arguments 2020-11-25 09:07:38 -08:00
ToString chore: annotate OfNat and ToString default instances 2020-11-21 08:34:45 -08:00
Array.lean feat: define tactic parsers using syntax command 2020-11-17 13:52:36 -08: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
Char.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Fin.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Float.lean chore: use new names 2020-11-10 10:15:19 -08:00
FloatArray.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Hashable.lean chore: test unboundImplicitLocals and cleanup 2020-11-22 10:33:28 -08: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 chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Option.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Random.lean chore: HasRepr ==> Repr 2020-10-27 16:15:10 -07:00
Range.lean refactor: rename LeanInit ==> Meta, and reduce dependencies 2020-11-13 16:00:31 -08:00
Repr.lean chore: test unboundImplicitLocals and cleanup 2020-11-22 10:33:28 -08: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 refactor: arbitrary without explicit arguments 2020-11-25 09:07:38 -08:00