aboutsummaryrefslogtreecommitdiff
path: root/pretyping/recordops.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-16 17:48:11 +0100
committerPierre-Marie Pédrot2018-11-16 17:48:11 +0100
commit3ff6723f4032bdf8c155b30c496188e58787cd49 (patch)
treefc88e38352aaed2a9c052a07f2f614f1fc7196ec /pretyping/recordops.mli
parent778213b89d893b55e572fc1813c7209d647ed6b0 (diff)
parentfc404f718ff960a331f2b9245bb387691be3e7ac (diff)
Merge PR #8781: Remove primproj <-> constant dependency in Heads
Diffstat (limited to 'pretyping/recordops.mli')
-rw-r--r--pretyping/recordops.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/recordops.mli b/pretyping/recordops.mli
index 415b964168..3e43372b65 100644
--- a/pretyping/recordops.mli
+++ b/pretyping/recordops.mli
@@ -45,7 +45,7 @@ val find_projection_nparams : GlobRef.t -> int
val find_projection : GlobRef.t -> struc_typ
(** Sets up the mapping from constants to primitive projections *)
-val declare_primitive_projection : Projection.Repr.t -> unit
+val declare_primitive_projection : Projection.Repr.t -> Constant.t -> unit
val is_primitive_projection : Constant.t -> bool