Skip to content

Commit

Permalink
add diffing for other
Browse files Browse the repository at this point in the history
This is especially useful in the --strong mode
  • Loading branch information
sorawee committed Oct 18, 2023
1 parent e68c42d commit 74ee16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions picus.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@
(format-cex "inputs" in)
(format-cex "first possible outputs" out1 #:diff out2)
(format-cex "second possible outputs" out2 #:diff out1)
(format-cex "first internal variables" other1)
(format-cex "second internal variables" other2)
(format-cex "first internal variables" other1 #:diff other2)
(format-cex "second internal variables" other2 #:diff other1)

(when arg-wtns
(parameterize ([current-directory arg-wtns])
Expand Down

0 comments on commit 74ee16e

Please sign in to comment.