diff options
| author | Matthieu Sozeau | 2016-10-21 18:25:58 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2016-10-21 18:25:58 +0200 |
| commit | 78eb89f254d699f1024573c39ad8ed5808245210 (patch) | |
| tree | a5d67cd67f120a8168518ff57e1dc9326fec1fe7 | |
| parent | 517cc63a18d95c02c2d2490adb110ff712d30375 (diff) | |
Oops, my bad, didn't expect a merge issue!
| -rw-r--r-- | engine/proofview.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/proofview.ml b/engine/proofview.ml index 208837f6a1..855235d2b0 100644 --- a/engine/proofview.ml +++ b/engine/proofview.ml @@ -941,7 +941,7 @@ module Unsafe = struct let mark_as_goal evd content = mark_in_evm ~goal:true evd content - let advance = advance + let advance = Evarutil.advance let mark_as_unresolvable p gl = { p with solution = mark_in_evm ~goal:false p.solution gl } |
