Tools for generating Haskell function dependency (control flow) graph?

∥☆過路亽.° 提交于 2019-11-29 20:48:49

Yes, there certainly are. If you look in the Development category on Hackage, you'll find tools for:

In particular, SourceGraph contains many analysis passes, including:

Other tools that you might be interested in are:

Here is the functional call graph produced by SourceGraph run over cabal2arch:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!