diff options
| author | Maxime Dénès | 2017-12-22 15:58:25 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-22 15:58:25 +0100 |
| commit | ff5d440a8158c1ae46604c9557b495e3f45eb077 (patch) | |
| tree | a31d54691159b08077bf2ad652b9de30cf133c51 /kernel/term_typing.mli | |
| parent | 3e8ad7726320de5b954675026a4ae429c6c324a8 (diff) | |
| parent | 1de1d505dfd1c5a05a4910cfc872971087de26fb (diff) | |
Merge PR #6469: No universe constraints in Let definitions
Diffstat (limited to 'kernel/term_typing.mli')
| -rw-r--r-- | kernel/term_typing.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/term_typing.mli b/kernel/term_typing.mli index c771452a19..7bc029010f 100644 --- a/kernel/term_typing.mli +++ b/kernel/term_typing.mli @@ -18,8 +18,8 @@ type _ trust = | Pure : unit trust | SideEffects : structure_body -> side_effects trust -val translate_local_def : env -> Id.t -> unit definition_entry -> - constant_def * types * Univ.ContextSet.t +val translate_local_def : env -> Id.t -> section_def_entry -> + constr * types val translate_local_assum : env -> types -> types @@ -72,7 +72,7 @@ val translate_recipe : env -> Constant.t -> Cooking.recipe -> constant_body (** Internal functions, mentioned here for debug purpose only *) -val infer_declaration : trust:'a trust -> env -> Constant.t option -> +val infer_declaration : trust:'a trust -> env -> 'a constant_entry -> Cooking.result val build_constant_declaration : |
