diff options
Diffstat (limited to 'proofs/pfedit.ml')
| -rw-r--r-- | proofs/pfedit.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proofs/pfedit.ml b/proofs/pfedit.ml index f4747c0d01..fb95ce8a6f 100644 --- a/proofs/pfedit.ml +++ b/proofs/pfedit.ml @@ -41,7 +41,8 @@ let cook_this_proof p = | _ -> Errors.anomaly ~label:"Pfedit.cook_proof" (Pp.str "more than one proof term.") let cook_proof () = - cook_this_proof (fst (Proof_global.close_proof (fun x -> x))) + cook_this_proof (fst + (Proof_global.close_proof ~keep_body_ucst_sepatate:false (fun x -> x))) let get_pftreestate () = Proof_global.give_me_the_proof () |
