diff options
| author | Gaëtan Gilbert | 2019-03-12 09:38:12 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-03-18 13:02:23 +0100 |
| commit | c44ef565b7e66026439c40b14bed30a18daef762 (patch) | |
| tree | 2e96943625cc2b25d985e986201085aa0f25002f /kernel/term_typing.mli | |
| parent | 9ac5483132b42e845a0708491843693b70893eef (diff) | |
Remove Term_typing.translate_mind indirection
Diffstat (limited to 'kernel/term_typing.mli')
| -rw-r--r-- | kernel/term_typing.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/term_typing.mli b/kernel/term_typing.mli index d34c28138e..1fa5eca2e3 100644 --- a/kernel/term_typing.mli +++ b/kernel/term_typing.mli @@ -35,9 +35,6 @@ val translate_constant : 'a trust -> env -> Constant.t -> 'a constant_entry -> constant_body -val translate_mind : - env -> MutInd.t -> mutual_inductive_entry -> mutual_inductive_body - val translate_recipe : hcons:bool -> env -> Constant.t -> Cooking.recipe -> constant_body (** Internal functions, mentioned here for debug purpose only *) |
