lean2/tests/lean/extra/print_info.12.20.expected.out
Leonardo de Moura 999f23cbc0 feat(kernel/expr_eq_fn): take names into account when CompareBinderInfo is true
This is the correct fix for the id declaration pretty printing
discrepancy reported by Daniel.

TODO: decide whether we need another eq-mode where names are ignored.
For example, in blast, it makes sense to increase sharing by ignoring
binder names.
2015-12-13 14:47:11 -08:00

3 lines
100 B
Text

LEAN_INFORMATION
definition mul : Π {A : Type} [s : has_mul A], A → A → A
END_LEAN_INFORMATION