lean4-htt/stage0/src
Leonardo de Moura e3b1ae514b fix: nontermination
This issue was reported by Simon Winwood at Zulip.
Here is the message

The following code doesn't terminate (in a reasonable amount of time)
```
def large_nat : Nat := (9223372036854775807 : Nat)
```
$ time lean --o=large-nat.olean large-nat.lean
2020-08-18 18:45:28 -07:00
..
bin fix: build 2020-06-25 15:30:11 -07:00
cmake chore: update stage0 2020-05-12 15:02:03 -07:00
frontends/lean chore: update stage0 2020-08-15 15:56:09 -07:00
include/lean chore: update stage0 2020-05-22 14:20:21 -07:00
Init chore: update stage0 2020-08-18 18:18:23 -07:00
initialize chore: update stage0 2020-05-26 13:56:49 -07:00
kernel chore: update stage0 2020-08-05 13:19:01 -07:00
Lean chore: update stage0 2020-08-18 18:18:23 -07:00
library chore: update stage0 2020-08-13 09:19:26 -07:00
runtime fix: nontermination 2020-08-18 18:45:28 -07:00
shared chore: update stage0 2019-11-22 07:49:02 -08:00
shell chore: update stage0 2020-08-10 10:13:52 -07:00
Std chore: update stage0 2020-08-05 13:19:01 -07:00
tests/util chore: update stage0 2020-05-22 14:20:21 -07:00
util chore: update stage0 2020-05-22 14:20:21 -07:00
CMakeLists.txt chore: clean up stage 0 executable build 2020-07-03 19:26:00 +02:00
config.h.in
CTestConfig.cmake
CTestCustom.cmake.in
githash.h.in
Init.lean chore: update stage0 2020-06-25 13:38:55 -07:00
Lean.lean chore: update stage0 2020-08-18 18:18:23 -07:00
lean.mk.in chore: update stage0 2020-07-15 16:32:23 -07:00
memcheck.supp
Std.lean chore: update stage0 2020-06-25 13:38:55 -07:00
stdlib.make.in chore: update stage0 2020-08-12 09:15:59 -07:00
version.h.in