aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/recordops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/recordops.mli')
-rwxr-xr-xpretyping/recordops.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/pretyping/recordops.mli b/pretyping/recordops.mli
index c8942b5d4..321584b5b 100755
--- a/pretyping/recordops.mli
+++ b/pretyping/recordops.mli
@@ -38,11 +38,12 @@ val find_projection_nparams : global_reference -> int
type obj_typ = {
o_DEF : constr;
+ o_INJ : int; (* position of trivial argument *)
o_TABS : constr list; (* ordered *)
o_TPARAMS : constr list; (* ordered *)
o_TCOMPS : constr list } (* ordered *)
-val lookup_canonical_conversion : (global_reference * global_reference) -> obj_typ
+val lookup_canonical_conversion : (global_reference * global_reference option) -> obj_typ
val declare_canonical_structure : global_reference -> unit
val canonical_projections : unit ->
- ((global_reference * global_reference) * obj_typ) list
+ ((global_reference * global_reference option) * obj_typ) list