aboutsummaryrefslogtreecommitdiffhomepage
path: root/engine/proofview_monad.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-03-20 18:08:42 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-03-20 18:33:06 +0100
commitb2a2cb77f38549a25417d199e90d745715f3e465 (patch)
tree03af99f1fe1233ce4fc8e1defd927b4e845218dc /engine/proofview_monad.ml
parent32bf41967bbcd2bf21dea8a6b4f5f500eb15aacc (diff)
Making Proofview independent of Logic.
Diffstat (limited to 'engine/proofview_monad.ml')
-rw-r--r--engine/proofview_monad.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/proofview_monad.ml b/engine/proofview_monad.ml
index 2b9db60b4..6f52b3ee9 100644
--- a/engine/proofview_monad.ml
+++ b/engine/proofview_monad.ml
@@ -154,8 +154,8 @@ end
focused goals. *)
type proofview = {
solution : Evd.evar_map;
- comb : Goal.goal list;
- shelf : Goal.goal list;
+ comb : Evar.t list;
+ shelf : Evar.t list;
}
(** {6 Instantiation of the logic monad} *)