tip-lib-0.2.2: tons of inductive problems - support library and tools

Safe HaskellNone
LanguageHaskell2010

Tip.CallGraph

Description

Calculate the call graph of a theory.

Documentation

data Block a Source

Constructors

Block 

Fields

callers :: [FS a]
 
callees :: [FS a]
 

Instances

callGraph :: (PrettyVar a, Ord a) => Theory a -> [Block a] Source