refactor some boilerplate
This commit is contained in:
parent
b400984ddf
commit
56bc3e95ca
31 changed files with 93 additions and 86 deletions
|
@ -45,7 +45,7 @@ start = do
|
|||
showLongNote $ "running: dot -Tx11 " ++ file
|
||||
showProgress
|
||||
r <- liftIO $ boolSystem "dot" [Param "-Tx11", File file]
|
||||
return $ Just $ return $ Just $ return r
|
||||
next $ next $ return r
|
||||
where
|
||||
file = "map.dot"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue