summaryrefslogtreecommitdiff
path: root/src/Codec/Pesto/Dot.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Codec/Pesto/Dot.lhs')
-rw-r--r--src/Codec/Pesto/Dot.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Codec/Pesto/Dot.lhs b/src/Codec/Pesto/Dot.lhs
index a0ac161..89439e0 100644
--- a/src/Codec/Pesto/Dot.lhs
+++ b/src/Codec/Pesto/Dot.lhs
@@ -15,7 +15,6 @@ image, for example.
> f (a, b) = show a ++ " -> " ++ show b ++ ";"
> e = map f edges
> n = map (\(a, b) -> show a ++ " [label=\"" ++ dotEncodeString (serialize b) ++ "\"];") nodes
-> addcolor = "#e6ee9c"
> dotEncodeString = concatMap dotEncodeChar
> dotEncodeChar '\n' = "\\n"