diff options
| author | Pierre-Marie Pédrot | 2017-09-04 15:24:33 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-09-04 19:04:00 +0200 |
| commit | d80e854d6827252676c2c504bb3108152a94d629 (patch) | |
| tree | b55d89f904b88076be311d2b07a60f7da780bfce /doc | |
| parent | dd2a9aa0fd0a8d725f131223a4e0a01de8a98e1e (diff) | |
Quick-and-dirty backtrace mechanism for the interpreter.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ltac2.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ltac2.md b/doc/ltac2.md index dd0dc391c6..c1216d8f89 100644 --- a/doc/ltac2.md +++ b/doc/ltac2.md @@ -703,6 +703,11 @@ foo 0 ↦ (fun x => x ()) (fun _ => 0) Note that abbreviations are not typechecked at all, and may result in typing errors after expansion. +# Debug + +When the option `Ltac2 Backtrace` is set, toplevel failures will be printed with +a backtrace. + # Compatibility layer with Ltac1 ## Ltac1 from Ltac2 |
