mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
reverse arrow direction in DOT backend
This commit is contained in:
parent
fa9b35f646
commit
5d4b87673d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ module Make(S : Res.S)(A : Arg with type atom := S.atom and type lemma := S.lemm
|
|||
done
|
||||
|
||||
let print_edge fmt i j =
|
||||
Format.fprintf fmt "%s -> %s;@\n" i j
|
||||
Format.fprintf fmt "%s <- %s;@\n" i j
|
||||
|
||||
let print_edges fmt n =
|
||||
match S.(n.step) with
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue