Skip to content

Commit

Permalink
Merge pull request #354 from GaloisInc/vr/derive-show
Browse files Browse the repository at this point in the history
derive `Show` for `FunctionArgAnalysisFailure`
  • Loading branch information
Ptival authored Dec 7, 2023
2 parents e27f909 + b87da15 commit 822ea65
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 822ea65

Please sign in to comment.