diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/tacmach.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/tacmach.ml b/proofs/tacmach.ml index 51dd1e59da..3de476b172 100644 --- a/proofs/tacmach.ml +++ b/proofs/tacmach.ml @@ -78,7 +78,7 @@ let pf_interp_type gls c = let evc = project gls in Constrintern.interp_type evc (pf_env gls) c -let pf_global gls id = Declare.construct_reference (Some (pf_hyps gls)) id +let pf_global gls id = construct_reference (pf_hyps gls) id let pf_parse_const gls = compose (pf_global gls) id_of_string |
