update
This commit is contained in:
parent
bb592170c6
commit
da9d3939b1
|
@ -1082,9 +1082,9 @@ open System.IO
|
||||||
match slice_ends with
|
match slice_ends with
|
||||||
| [] -> ""
|
| [] -> ""
|
||||||
| _ ->
|
| _ ->
|
||||||
let arrow_link = slice_ends |> List.map(fun (a,b) -> $"node_{a.address()}&&&&node_{b.address()}")
|
let arrow_link = slice_ends |> List.map(fun (a,b) -> $"node_{a.address()} node_{b.address()}")
|
||||||
|> List.reduce(fun a b -> $"{a}->{b}")
|
|> List.reduce(fun a b -> $"{a}->{b}")
|
||||||
$"""node_{story.address()}->{arrow_link.Replace("&&&&", "\n")}"""
|
$"""node_{story.address()}->{arrow_link}"""
|
||||||
)
|
)
|
||||||
|> List.reduce(fun a b -> a + "\n" + b)
|
|> List.reduce(fun a b -> a + "\n" + b)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue