lean2/tests
Leonardo de Moura 1b414d36e7 refactor(library/init): define prod as an inductive datatype
Motivation: prod is used internally in the definitional package.
If we define prod as a structure, then Lean will tag pr1 and pr2 as
projections. This creates problems when we add special support for
projections in the elaborator. The heuristics avoid some case-splits
that are currently performed, and without them some files break.
2015-06-25 17:59:06 -07:00
..
lean refactor(library/init): define prod as an inductive datatype 2015-06-25 17:59:06 -07:00
lua fix(kernel/expr): remove 'cast_binder_info' 2015-06-11 18:11:22 -07:00