springRank is `springRank :: FilePath -> IO(Graph)` but should ideally be `springRank :: Graph -> IO(Graph)`
springRank is
springRank :: FilePath -> IO(Graph)but should ideally be
springRank :: Graph -> IO(Graph)