Michael Martin
Results
72
comments of
Michael Martin
There's a technique that might help that I've never actually tried: - Move the doc comments in the e.g. `FoldableExtensions` file to an interface (e.g. `rei` or `mli`) - Add...
Reordering the lines in your mermaid syntax will re-position the boxes as well, so with manual fiddling this can be fixed: ``` flowchart TD B --> C A --> C...