Values.PositionSourceContains the row and column of a location of a Statement element in a policy document. This data type is used as a member of the Statement type.
type nonrec t = {line : LineNumber.t option;The line containing the specified position in the document.
*)column : ColumnNumber.t option;The column in the line containing the specified position in the document.
*)}