diff options
| author | Hugo Herbelin | 2019-08-29 11:34:22 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2019-08-29 11:34:22 +0200 |
| commit | 8b1dc61c0885bb5a51bc4740255584c2a00d7511 (patch) | |
| tree | d7d793794ec97976d3339f21d722ee29d8e941df /tactics | |
| parent | 1ab00ddd8fa6ca5428c7f6ff56de0562bcb4ca1f (diff) | |
| parent | 61f4df8b5b974302e8b48bcf271aa68757db69fe (diff) | |
Merge PR #10643: [glob/aux files] Remove undocumented Stdout dump, cleanup flags.
Ack-by: SkySkimmer
Ack-by: gares
Reviewed-by: herbelin
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/declare.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/declare.ml b/tactics/declare.ml index c280760e84..c23ee4a76e 100644 --- a/tactics/declare.ml +++ b/tactics/declare.ml @@ -224,7 +224,7 @@ let cast_opaque_proof_entry e = let vars = global_vars_set env pf in ids_typ, vars in - let () = if !Flags.record_aux_file then record_aux env hyp_typ hyp_def in + let () = if Aux_file.recording () then record_aux env hyp_typ hyp_def in keep_hyps env (Id.Set.union hyp_typ hyp_def) | Some hyps -> hyps in |
