aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/Error_msg_diffs.out
blob: 2645524a70220ccd17006f62b44a8cfab303682c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
File "stdin", line 32, characters 0-11:
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)".