This is a minor issue, but I have been struggling with a good name for the argument to change the line breaking algorithm. It's taking `Traditional or `Unicode to indicate the mode:
val display : ... -> ?line_breaks:[`Unicode | `Traditional] -> ... -> Message.t Diagnostic.t -> unit
The ones coming into my mind include
line_breaks
line_breaking
line_breaking_alg
newlines
I wonder if some native speaker can help me out :laughing:
This is a minor issue, but I have been struggling with a good name for the argument to change the line breaking algorithm. It's taking
`Traditional
or`Unicode
to indicate the mode:The ones coming into my mind include
line_breaks
line_breaking
line_breaking_alg
newlines
I wonder if some native speaker can help me out :laughing: