lean4-htt/src/library/inductive_compiler
Leonardo de Moura 0556412f8d refactor(*): add runtime folder
@kha The runtime folder includes what is needed to link a
standalone Lean program. It is still contains some unnecessary files.
We will be able to remove them after we release Lean4.
2018-05-14 14:23:56 -07:00
..
add_decl.cpp feat(util/name_generator): name generator prefix bookkeeping 2018-02-21 15:04:19 -08:00
add_decl.h refactor(library/inductive_compiler): do not use fresh names in the inductive compiler 2018-02-21 15:04:19 -08:00
basic.cpp feat(kernel/inductive,library/inductive_compiler): do not enforce positivity rule on meta inductives 2017-05-14 19:17:28 -07:00
basic.h feat(frontends/lean): force user to use meta keyword on meta inductive/structure/class 2016-09-29 17:56:35 -07:00
CMakeLists.txt feat(src/library/inductive_compiler): support for nested inductive types 2016-09-16 12:50:59 -07:00
compiler.cpp refactor(library/inductive_compiler): do not use fresh names in the inductive compiler 2018-02-21 15:04:19 -08:00
compiler.h refactor(library/inductive_compiler): do not use fresh names in the inductive compiler 2018-02-21 15:04:19 -08:00
ginductive.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
ginductive.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
ginductive_decl.cpp fix(library/util): get_datatype_level should not assume inductive datatype result type is a sort 2017-03-02 11:42:16 -08:00
ginductive_decl.h feat(inductive_compiler): API for is_ginductive_inner_* 2017-03-06 14:01:59 -08:00
init_module.cpp refactor(library/inductive_compiler): do not use fresh names in the inductive compiler 2018-02-21 15:04:19 -08:00
init_module.h
mutual.cpp refactor(library/init/core,library/init/unit): make unit an abbreviation of punit.{0} 2018-03-27 10:33:04 -07:00
mutual.h refactor(library/inductive_compiler): do not use fresh names in the inductive compiler 2018-02-21 15:04:19 -08:00
nested.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
nested.h refactor(library/inductive_compiler): do not use fresh names in the inductive compiler 2018-02-21 15:04:19 -08:00
util.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
util.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00