aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-02-07 12:28:27 +0100
committerGaëtan Gilbert2019-02-18 21:24:10 +0100
commit8832e45ef9ac8220d220c4f56220d37bc27c2fd4 (patch)
tree2f4ad6584e720298606faeaafb9681ad04059bb1
parent7cb49eda2c33c620f020cf7487ab9f53b74859da (diff)
Fix doc for Refine Instance Mode
-rw-r--r--doc/sphinx/addendum/type-classes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/addendum/type-classes.rst b/doc/sphinx/addendum/type-classes.rst
index e77aabfdec..c7ea7e326f 100644
--- a/doc/sphinx/addendum/type-classes.rst
+++ b/doc/sphinx/addendum/type-classes.rst
@@ -559,12 +559,12 @@ Settings
This flag allows to switch the behavior of instance declarations made through
the Instance command.
- + When it is on (the default), instances that have unsolved holes in
+ + When it is off (the default), they fail with an error instead.
+
+ + When it is on, instances that have unsolved holes in
their proof-term silently open the proof mode with the remaining
obligations to prove.
- + When it is off, they fail with an error instead.
-
Typeclasses eauto `:=`
~~~~~~~~~~~~~~~~~~~~~~