diff options
| author | Maxime Dénès | 2018-05-31 10:59:24 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-05-31 10:59:24 +0200 |
| commit | ac8a84e3b4dc530b000e17b72c7e26f7a957420f (patch) | |
| tree | baf58d74b6629034cecb577eade044f29313cc4d /plugins/funind/indfun_common.ml | |
| parent | 22db6304ffd45d7ae6e4a0acf909afb1ec55d02c (diff) | |
| parent | 0dc79e09b2b7c369b35191191aa257451a536540 (diff) | |
Merge PR #6969: [api] Remove functions deprecated in 8.8
Diffstat (limited to 'plugins/funind/indfun_common.ml')
| -rw-r--r-- | plugins/funind/indfun_common.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/funind/indfun_common.ml b/plugins/funind/indfun_common.ml index b0c9ff8fcb..c6faa142a4 100644 --- a/plugins/funind/indfun_common.ml +++ b/plugins/funind/indfun_common.ml @@ -109,7 +109,7 @@ let const_of_id id = let def_of_const t = match Constr.kind t with - Term.Const sp -> + Const sp -> (try (match Environ.constant_opt_value_in (Global.env()) sp with | Some c -> c | _ -> assert false) |
