lean4-htt/library
Leonardo de Moura f4ebd38ce3 feat(frontends/lean/builtin_exprs): improve infix paren notation
After this commit, `(+)` is notation for (add) instead of `(fun x y, add x y)`.
This change is relevant when defining type class instances such as

```lean
instance semigroup_to_is_associative [semigroup α] : is_associative α (*) :=
⟨mul_assoc⟩
```
2017-04-27 12:33:33 -07:00
..
data feat(library): instances are not reducible by default anymore 2017-04-26 14:10:11 -07:00
init feat(library): instances are not reducible by default anymore 2017-04-26 14:10:11 -07:00
smt fix(library/smt/prove.lean): collect_props was collecting (H : Prop) 2017-03-12 09:54:01 -07:00
system chore(*): remove smt2 bindings from standard libary 2017-04-23 11:32:11 -07:00
tools feat(frontends/lean/builtin_exprs): improve infix paren notation 2017-04-27 12:33:33 -07:00
.project feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
library.md doc(fixing_broken_links) 2017-03-22 08:13:36 -07:00
standard.lean chore(library/system): enforce Lean naming conventions IO ==> io 2016-11-17 11:27:37 -08:00