Commit ba82c36d authored by Yiannis Tsiouris's avatar Yiannis Tsiouris

Make output similar to Erlang's

parent 7521e841
......@@ -145,4 +145,6 @@ dist_seq generators n p workers =
where w = length workers
sz (_, mainStats : _) =
"False" `fromMaybe` ("size" `lookup` mainStats)
case "size" `lookup` mainStats of
Nothing -> "false"
Just s -> "{size," ++ s ++ "}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment