Cst.LineSourcetype 'a not_blank = {trailing_blanks : Base.string;regexp: " \t*"
orig : Base.string;Original contents of the line without the trailing blanks or indentation. regexp: "^\n*^ \t\n"
data : 'a;Data associated to the line.
*)}type 'a t = | Blank of Base.stringregexp: " \t*"
| Conflict_marker of Base.stringregexp: "^(<
||
|>
|=
)"
*)| Not_blank of 'a not_blankThe callback receive the orig and data fields