lean4-htt/library/init/data/list
Sebastian Ullrich cf1aa13a2c feat(library/init/lean/elaborator): to_pexpr: translate match nodes to pre_equations pexpr
Building a proper `equations` pexpr in Lean is not feasible right now because we
need global+local name resolution, [pattern] attribute retrieval, ... to
reimplement `patexpr_to_pattern`. The `pre_equations` will instead be converted
by the old elaborator using this function (TBD).

With this change, `to_pexpr` can now translate every basic definition body in
`core.lean`.
2018-12-05 12:57:41 +01:00
..
basic.lean feat(library/init/lean/elaborator): to_pexpr: translate match nodes to pre_equations pexpr 2018-12-05 12:57:41 +01:00
default.lean chore(library/init/data/nat): remove dependency 2018-04-10 15:48:13 -07:00
instances.lean chore(library/equations_compiler/util): disable generation of equational lemmas 2018-06-12 13:03:25 -07:00