lean4-htt/src/Init
Leonardo de Moura 74f48414f1 feat: add option --exitOnPanic (short version -e)
Lean does not exit on panic anymore.
The old behavior (`std::exit(1)`) produces a horrible debugging
experience for the elaborator since all trace messages are lost.
The new command line option restores the old behavior.

cc @Kha @dselsam
2019-12-19 09:24:37 -08:00
..
Control feat: add support for postponing elabTerm 2019-12-18 11:05:02 -08:00
Data chore: cleanup and remove Array.getA 2019-12-19 07:09:51 -08:00
Lean chore: style 2019-12-19 08:43:17 -08:00
System chore: avoid ^do ... 2019-12-11 06:19:12 -08:00
Coe.lean chore: library/Init ==> src/Init 2019-11-22 06:06:05 -08:00
Control.lean chore: library/Init ==> src/Init 2019-11-22 06:06:05 -08:00
Core.lean feat: add HasOfNat 2019-12-16 10:28:28 -08:00
Data.lean chore: library/Init ==> src/Init 2019-11-22 06:06:05 -08:00
Default.lean chore: library/Init ==> src/Init 2019-11-22 06:06:05 -08:00
Fix.lean chore: library/Init ==> src/Init 2019-11-22 06:06:05 -08:00
Lean.lean feat: add helper functions for accessing structures 2019-12-12 08:19:59 -08:00
Makefile.in chore: ignore stale .c file at update-stage0 2019-12-11 09:45:15 -08:00
relative.py chore: move Makefile.in 2019-11-22 07:48:04 -08:00
System.lean chore: library/Init ==> src/Init 2019-11-22 06:06:05 -08:00
Util.lean feat: add option --exitOnPanic (short version -e) 2019-12-19 09:24:37 -08:00
WF.lean chore: Heq ==> HEq 2019-12-04 11:20:38 -08:00