Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- stringProgram :: Debuggee -> IO ()
- arrWordsProgram :: Debuggee -> IO ()
- arrWordsAnalysis :: [ClosurePtr] -> DebugM (Map ByteString (Set ClosurePtr))
- stringAnalysis :: [ClosurePtr] -> DebugM (Map String (Set ClosurePtr))
Documentation
stringProgram :: Debuggee -> IO () Source #
Find all the strings and then print out how many duplicates there are
arrWordsProgram :: Debuggee -> IO () Source #
arrWordsAnalysis :: [ClosurePtr] -> DebugM (Map ByteString (Set ClosurePtr)) Source #
Find how many distinct ArrWords there are
stringAnalysis :: [ClosurePtr] -> DebugM (Map String (Set ClosurePtr)) Source #
Find the parents of Bin nodes