aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/term.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/term.mli b/kernel/term.mli
index 9935aebe53..2530c18e18 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -360,7 +360,7 @@ val to_lambda : int -> constr -> constr
val to_prod : int -> constr -> constr
(* pseudo-reduction rule *)
-(* prod_applist (x1:B1;...;xn:Bn)B a1...an --> B[a1...an] *)
+(* [prod_applist] $(x1:B1;...;xn:Bn)B a1...an \rightarrow B[a1...an]$ *)
val prod_applist : constr -> constr list -> constr
(*s Other term destructors. *)