diff options
| author | Maxime Dénès | 2017-12-01 09:25:56 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-01 09:25:56 +0100 |
| commit | 895900eb4c3f030e9490d211a4969de933ec2f9b (patch) | |
| tree | c4d454c201276b0953fe3383c46f76423c8ab515 /stm | |
| parent | e29993c250164b9486d4d7ffdebb9bfee4a2828f (diff) | |
| parent | a41f8601655f69e71b621dba192342ed0e1f8ec2 (diff) | |
Merge PR #6233: [proof] [api] Rename proof types in preparation for functionalization.
Diffstat (limited to 'stm')
| -rw-r--r-- | stm/stm.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/stm.ml b/stm/stm.ml index ab44cc98b2..8aa832da84 100644 --- a/stm/stm.ml +++ b/stm/stm.ml @@ -762,7 +762,7 @@ end = struct (* {{{ *) let fix_exn_ref = ref (fun x -> x) type proof_part = - Proof_global.state * Summary.frozen_bits (* only meta counters *) + Proof_global.t * Summary.frozen_bits (* only meta counters *) type partial_state = [ `Full of Vernacstate.t |
