diff options
| -rw-r--r-- | doc/refman/AsyncProofs.tex | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/refman/AsyncProofs.tex b/doc/refman/AsyncProofs.tex index 797bf24340..47dc1ac1a6 100644 --- a/doc/refman/AsyncProofs.tex +++ b/doc/refman/AsyncProofs.tex @@ -18,13 +18,11 @@ on small sets of short files. This feature has some technical limitations that may make it unsuitable for some use cases. -For example, in interactive mode, errors coming from the kernel of Coq are -signaled late. The most notable type of errors belonging to this category are -universe inconsistencies or unsatisfied guardedness conditions for fixpoints -built using tactics. +For example, in interactive mode, some errors coming from the kernel of Coq +are signaled late. The type of errors belonging to this category +are universe inconsistencies. -Last, at the time of writing, only opaque proofs (ending with \texttt{Qed}) can be -processed asynchronously. +Last, at the time of writing, only opaque proofs (ending with \texttt{Qed} or \texttt{Admitted}) can be processed asynchronously. \subsection{Proof annotations} |
