diff? ----- .. highlight:: dune .. describe:: (diff? ) ``(diff? )`` is similar to ``(diff )`` except that ```` should be produced by a part of the same action rather than be a dependency, is optional and will be consumed by ``diff?``. Example:: (progn (with-stdout-to test.output (run ./test.exe)) (diff? test.expected test.output))