From ef2fce93057484b015c85713ad83f53f88762271 Mon Sep 17 00:00:00 2001 From: Jim Fehrle Date: Sun, 7 Oct 2018 15:14:56 -0700 Subject: Show diffs in error messages if color is enabled --- test-suite/output/Error_msg_diffs.out | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test-suite/output/Error_msg_diffs.out (limited to 'test-suite/output/Error_msg_diffs.out') diff --git a/test-suite/output/Error_msg_diffs.out b/test-suite/output/Error_msg_diffs.out new file mode 100644 index 0000000000..3e337e892d --- /dev/null +++ b/test-suite/output/Error_msg_diffs.out @@ -0,0 +1,12 @@ +File "stdin", line 32, characters 0-12: +Error: +In environment +T : Type +p : T -> bool +a : T +t1, t2 : btree T +IH1 : count p (rev_tree t1) = count p t1 +IH2 : count p (rev_tree t2) = count p t2 +Unable to unify "(if p a then 1 else 0) + (count p t1 + count p t2)" with + "(if p a then 1 else 0) + (count p t2 + count p t1)". + -- cgit v1.2.3