diff options
author | Thomas Sibut-Pinote <thomas.sibut-pinote@inria.fr> | 2015-06-23 14:49:01 +0200 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2015-06-25 14:30:02 +0200 |
commit | 3d33b59d725760bee14668c744b057a75440012e (patch) | |
tree | d3e53b9406204a29845e2d0cc22c0ee2a40948bb /checker | |
parent | 42893bd092c4a63174c97995b4fb561daf4de273 (diff) |
Moved fatal_error from Coqtop to Errors and corrected dependencies accordingly.
This allows fatal_error to be used for printing anomalies at loading time.
Diffstat (limited to 'checker')
-rw-r--r-- | checker/check.mllib | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/checker/check.mllib b/checker/check.mllib index 22df37562..49ca6bf05 100644 --- a/checker/check.mllib +++ b/checker/check.mllib @@ -1,6 +1,7 @@ Coq_config Hook +Terminal Canary Hashset Hashcons @@ -23,13 +24,14 @@ Pp Segmenttree Unicodetable Unicode -Errors CObj CList CString CArray CStack Util +Ppstyle +Errors Ephemeron Future CUnix |