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 32951721b..d6e224530 100644 --- a/proofs/tacmach.ml +++ b/proofs/tacmach.ml @@ -87,7 +87,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 = construct_reference (pf_hyps gls) id +let pf_global gls id = Constrintern.construct_reference (pf_hyps gls) id let pf_parse_const gls = compose (pf_global gls) id_of_string |