Values.ControlCommentSourceA comment that's posted by a user on a control. This includes the author's name, the comment text, and a timestamp.
type nonrec t = {commentBody : ControlCommentBody.t option;The body text of a control comment.
*)postedDate : Timestamp.t option;The time when the comment was posted.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Username.t | `Timestamp of Timestamp.t ]) list ]