Skip to content

Chaitanya-nair/fdep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell Function Call Graph Plugin

Overview

This Haskell plugin automatically generates function call graphs for Haskell packages. It analyzes the source code to identify function calls and relationships, then produces a visual representation of these calls as a graph. This tool is useful for developers seeking to understand the structure and dependencies of their Haskell codebase.

Usage

Add this to your ghc-options in cabal and mention fdep it in build-depends

-fplugin=Fdep.Plugin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 90.9%
  • Nix 9.1%