Skip to content

Commit e302888

Browse files
committed
Correct comment in structures.mli
1 parent b109272 commit e302888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pretyping/structures.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Structure : sig
1616
(** A projection to a structure field *)
1717
type projection = {
1818
proj_name : Names.Name.t; (** field name *)
19-
proj_true : bool; (** false for primitive records *)
19+
proj_true : bool; (** false = projection for a defined field (letin) *)
2020
proj_canonical : bool; (** false = not to be used for CS inference *)
2121
proj_body : Names.Constant.t option; (** the projection function *)
2222
}

0 commit comments

Comments
 (0)