-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Analyze and visualize expression trees. -- -- Analyze and visualize expression trees. @package vampire @version 0.1.1.0 module Debug.Vampire.Trace vNewExprStruct :: String -> IORef ExprStruct' vLog :: Show a => IORef ExprStruct' -> a -> IORef ExprStruct' -> a instance Show (a -> b) module Debug.Vampire structFor :: (Show a, NFData a) => (?vCtx :: IORef ExprStruct' => () -> a) -> IO ExprStruct toGraph :: ExprStruct -> Gr String () viewExpr :: (Show a, NFData a) => (?vCtx :: IORef ExprStruct' => () -> a) -> IO () rewriteFile :: String -> Maybe String