Skip to content

Commit

Permalink
derive Show for FunArgAnalysisFailure
Browse files Browse the repository at this point in the history
It's sometimes practical to debug the map of analysis failures by
printing them all out, but we don't seem to have any facilities for
printing them.
  • Loading branch information
Ptival committed Dec 7, 2023
1 parent c2c2a3d commit b87da15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/src/Data/Macaw/Analysis/FunctionArgs.hs
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ data FunctionArgAnalysisFailure w
-- ^ Could not determine call arguments.
| PLTStubNotSupported
-- ^ PLT stub analysis not supported.
deriving (Show)

-- | Monad that runs for computing the dependcies of each block.
type FunctionArgsM arch ids =
Expand Down

0 comments on commit b87da15

Please sign in to comment.