~jaro/balkon

ref: 8b8b095a2d7cc321b520b3d3dc707f3f0501d2e3 balkon/test/Data/Text/ParagraphLayout d---------
Embed TextOptions in ResolvedSpan.

SpanOptions are relegated to the legacy Plain interface, and
TextOptions are now being used internally.
Add user data to spans.
Add line numbers to laid out fragments.
Qualify Plain interface.
Future-proof records with options.
Reformat golden test output.

The new format should be more in line with the overall code style and
should be more legible even when extended in the future.
Qualify Plain ParagraphData.
Use concise expression for readFromFile.
Prepare for test modules sharing Golden definitions.
Prepare for test modules sharing PrettyShow.
Prepare for test modules sharing font options.
Implement BiDi resolved level reordering.
Fix style: long lines.
Fix style: small Prelude imports.
Fix style: external vs internal imports.
Fix style: unnecessary do notation.
Fix style: white space in lambdas.
Fix style: white space around operators.
Fix style: white space in multi-line lists.
Fix style: white space in exports and imports.
Next