lean4-htt/src/library/equations_compiler
2016-08-19 09:25:13 -07:00
..
CMakeLists.txt feat(library/equations_compiler): add elim_match skeleton 2016-08-17 21:38:23 -07:00
compiler.cpp chore(library/equations_compiler): test elim_match on nonrec equations 2016-08-18 21:00:57 -07:00
compiler.h feat(library/equations_compiler/elim_match): refactor 'program' structure 2016-08-18 14:17:49 -07:00
elim_match.cpp feat(library/equations_compiler/elim_match): elim_match main recursion skeleton 2016-08-19 09:25:13 -07:00
elim_match.h feat(library/equations_compiler/elim_match): refactor 'program' structure 2016-08-18 14:17:49 -07:00
equations.cpp feat(frontends/lean/elaborator): elaborate convoy idiom 2016-08-13 20:51:42 -07:00
equations.h feat(library/equations_compiler): add step for handling structural recursion 2016-08-15 18:00:25 -07:00
init_module.cpp feat(library/equations_compiler): add elim_match skeleton 2016-08-17 21:38:23 -07:00
init_module.h
old_compiler.cpp
old_compiler.h
old_goal.cpp
old_goal.h
old_inversion.cpp
old_inversion.h
pack_domain.cpp feat(library/equations_compiler/pack_domain): avoid unnecessary 'unit' type when packing 2016-08-16 13:59:47 -07:00
pack_domain.h refactor(library/equations_compiler): move pack_domain to new module 2016-08-15 08:22:23 -07:00
structural_rec.cpp feat(library/equations_compiler): add unbounded_rec 2016-08-16 12:54:54 -07:00
structural_rec.h feat(library/equations_compiler): add step for handling structural recursion 2016-08-15 18:00:25 -07:00
unbounded_rec.cpp feat(library/equations_compiler): add unbounded_rec 2016-08-16 12:54:54 -07:00
unbounded_rec.h feat(library/equations_compiler): add unbounded_rec 2016-08-16 12:54:54 -07:00
util.cpp feat(library/equations_compiler/elim_match): add is_value_transition 2016-08-18 22:03:01 -07:00
util.h feat(library/equations_compiler/elim_match): add is_value_transition 2016-08-18 22:03:01 -07:00