Module Values.CommentsSource

Sourcetype nonrec t = Comment.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Comment.t list -> [> `List of [> `Structure of (string * [> `Boolean of IsCommentDeleted.t | `List of [> `String of ReactionValue.t ] list | `Map of ([> `String of ReactionValue.t ] * [> `Integer of Count.t ]) list | `String of CommentId.t | `Timestamp of CreationDate.t ]) list ] list ]
Sourceval to_query : Comment.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Comment.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Comment.t list
Sourceval to_json : Comment.t list -> Yojson.Safe.t