We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabde79 commit ab051acCopy full SHA for ab051ac
theories/Tcp.v
@@ -45,7 +45,7 @@ Lemma filter_length {A} (f : A -> bool) (l : list A) :
45
length (filter f l) <= length l.
46
Proof.
47
induction l; simpl; intuition.
48
- destruct (f a); simpl; intuition.
+ destruct (f a); simpl; intuition; auto with *.
49
Qed.
50
51
Program Fixpoint nodup {A} `{Dec_Eq A}
0 commit comments