lean4-htt/tests/lean/cyclic_default_fields.lean.expected.out
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

2 lines
112 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{eq := eq , ne := λ (a b : ), ¬a = b} : Eq
{eq := λ (a b : ), ¬a ≠ b, ne := ne } : Eq