diff options
| author | Maxime Dénès | 2018-02-19 11:12:52 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-02-19 11:12:52 +0100 |
| commit | eaff61e0a19fcf6ebc2a9a8ae17327413274c67b (patch) | |
| tree | acbbc416ad78bf8520893405c04855c600909576 /plugins/firstorder | |
| parent | 073b92396a68be30f77c80960a58ca562bb01f49 (diff) | |
| parent | 68935660fbfdec2e357e123ed999073ed3b8fc26 (diff) | |
Merge PR #6771: [engine] Remove ghost parameter from `Proofview.Goal.t`
Diffstat (limited to 'plugins/firstorder')
| -rw-r--r-- | plugins/firstorder/ground.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/firstorder/ground.ml b/plugins/firstorder/ground.ml index d462013353..09147d606c 100644 --- a/plugins/firstorder/ground.ml +++ b/plugins/firstorder/ground.ml @@ -37,7 +37,7 @@ let ground_tac solver startseq = let () = if Tacinterp.get_debug()=Tactic_debug.DebugOn 0 then - let gl = { Evd.it = Proofview.Goal.goal (Proofview.Goal.assume gl); sigma = project gl } in + let gl = { Evd.it = Proofview.Goal.goal gl; sigma = project gl } in Feedback.msg_debug (Printer.pr_goal gl) in tclORELSE (axiom_tac seq.gl seq) |
