aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-04-02 15:53:35 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-04-09 11:52:17 +0200
commit8d69323dff6e1afd17a13dfa8a980e76acb44cdc (patch)
tree18c6e4a6d2ebca4743bd717d357ef67d610ff871 /intf
parent70930579d8454a4ff50ee0ea1e97a55863bf01f6 (diff)
Documenting how the recursive indices of a fixpoint are computed.
Also documenting how the implicit arguments by position are computed.
Diffstat (limited to 'intf')
-rw-r--r--intf/constrexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/constrexpr.mli b/intf/constrexpr.mli
index 49bafadc8..a4a6eb909 100644
--- a/intf/constrexpr.mli
+++ b/intf/constrexpr.mli
@@ -19,7 +19,7 @@ open Decl_kinds
type notation = string
type explicitation =
- | ExplByPos of int * Id.t option
+ | ExplByPos of int * Id.t option (* a reference to the n-th product starting from left *)
| ExplByName of Id.t
type binder_kind =