aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/astterm.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/astterm.mli')
-rw-r--r--parsing/astterm.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/parsing/astterm.mli b/parsing/astterm.mli
index 9ea2929ed..0b19d3b9c 100644
--- a/parsing/astterm.mli
+++ b/parsing/astterm.mli
@@ -54,8 +54,7 @@ val fconstr_of_com_sort : 'c evar_map -> env -> Coqast.t -> constr
(* Typing with Trad, and re-checking with Mach *)
val fconstruct :'c evar_map -> context -> Coqast.t -> unsafe_judgment
-val fconstruct_type :
- 'c evar_map -> context -> Coqast.t -> typed_type
+val fconstruct_type : 'c evar_map -> context -> Coqast.t -> typed_type
(* Typing, re-checking with universes constraints *)
val fconstruct_with_univ :