lean4-htt/src
Leonardo de Moura 87cab24a1d fix(library/compiler/csimp): at_most_once at elim_jp1_fn
`elim_jp1_fn` was incorrectly expanding join points that were used more
than once. The issue is that the `foreach` combinator "may" skip nodes
that have already been visited.
2019-03-25 14:19:11 -07:00
..
cmake
frontends/lean refactor(frontends/lean/lean_environment): move environment parts out of lean_elaborator.cpp 2019-03-25 16:12:14 +01:00
init feat(library/compiler/emit_cpp): thread io state 2019-03-18 15:33:29 -07:00
kernel chore(*): small fixes 2019-03-21 15:06:44 -07:00
library fix(library/compiler/csimp): at_most_once at elim_jp1_fn 2019-03-25 14:19:11 -07:00
runtime fix(runtime/io): bug at IO.Ref primitives in multi-threaded mode 2019-03-23 09:06:04 -07:00
shared
shell refactor(frontends/lean/lean_environment): move environment parts out of lean_elaborator.cpp 2019-03-25 16:12:14 +01:00
stage0 fix(library/compiler/csimp): at_most_once at elim_jp1_fn 2019-03-25 14:19:11 -07:00
tests chore(util/sexpr): preparing to port options to Lean 2019-03-22 13:58:16 -07:00
util fix(util/kvmap): adjust to Lean definition 2019-03-24 20:46:40 +01:00
CMakeLists.txt chore(library/Makefile): move extracted .cpp files back to src/stage1/ so that we can share them between build configs 2019-03-21 15:11:05 -07:00
CTestConfig.cmake
CTestCustom.cmake.in
Doxyfile
githash.h.in
memcheck.supp
version.h.in