doc: Informal graph arrows

This commit is contained in:
jstoobysmith 2024-09-17 11:54:32 -04:00
parent 3271417b37
commit 62f1153088

View file

@ -265,7 +265,8 @@ unsafe def mkDot (imports : Array Import) : MetaM String := do
bgcolor=\"lightyellow\";
label=\"Informal dependency graph for HepLean\";
labelloc=\"t\";
labeljust=\"l\";"
labeljust=\"l\";
edge [arrowhead=vee];"
let footer := "}"
let nodes := String.intercalate "\n" formal_nodes.toList
let informalLemmaNodes ← informal.mapM informalToNode