We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b109272 commit e302888Copy full SHA for e302888
pretyping/structures.mli
@@ -16,7 +16,7 @@ module Structure : sig
16
(** A projection to a structure field *)
17
type projection = {
18
proj_name : Names.Name.t; (** field name *)
19
- proj_true : bool; (** false for primitive records *)
+ proj_true : bool; (** false = projection for a defined field (letin) *)
20
proj_canonical : bool; (** false = not to be used for CS inference *)
21
proj_body : Names.Constant.t option; (** the projection function *)
22
}
0 commit comments