lean4-htt/library/init/data/array
Leonardo de Moura 6841e47aa4 chore(frontends/lean/builtin_exprs): remove support for (<infix>) and (<infix> <expr>) notations
In Lean 4, we will support the more general

`a + ·` ==> `fun x, a + x`
`· + b` ==> `fun x, x + b`
`· + ·` ==> `fun x y, x + y`
`f · y` ==> `fun x, f a y`
`g · · b` ==> `fun x y, g x y b`
2019-07-02 08:06:06 -07:00
..
basic.lean chore(frontends/lean/builtin_exprs): remove support for (<infix>) and (<infix> <expr>) notations 2019-07-02 08:06:06 -07:00
binsearch.lean feat(frontends/lean): allow ; instead of in in let-decls 2019-06-27 17:12:03 -07:00
default.lean feat(library/init/data/array): add Array.binSearch 2019-05-14 18:25:54 -07:00
qsort.lean feat(frontends/lean): allow ; instead of in in let-decls 2019-06-27 17:12:03 -07:00