aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-05-16 21:09:48 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-05-16 21:12:03 +0200
commit1588a84a71c3df3007296bdafbb29b6a0d15435b (patch)
treeb6bc6ccb9496bd5935f1f6a7648946c3ed540abd /toplevel
parent0f6a9c150b1a93358f6e9f8de5072fff52625ab9 (diff)
More fixes of unification with primitive projections (missed cases during the merge).
Obligations are not necessarily opaque.
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/g_obligations.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/g_obligations.ml4 b/toplevel/g_obligations.ml4
index 2354aa332..6ed0c24b5 100644
--- a/toplevel/g_obligations.ml4
+++ b/toplevel/g_obligations.ml4
@@ -54,7 +54,7 @@ GEXTEND Gram
open Obligations
-let classify_obbl _ = Vernacexpr.(VtStartProof ("Classic",GuaranteesOpacity,[]), VtLater)
+let classify_obbl _ = Vernacexpr.(VtStartProof ("Classic",Doesn'tGuaranteeOpacity,[]), VtLater)
VERNAC COMMAND EXTEND Obligations CLASSIFIED BY classify_obbl
| [ "Obligation" integer(num) "of" ident(name) ":" lconstr(t) withtac(tac) ] ->