Skip to content

Commit e2b94c3

Browse files
authored
Remove useless ... (#137)
2 parents 40de430 + 769b3f4 commit e2b94c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theory/ua_products.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Section varieties.
154154
(λ i, eval et (λ sort n, vars sort n i) t) (λ i, eval et (λ sort n, vars sort n i) t0).
155155
intro.
156156
apply H2. clear H2. simpl.
157-
induction entailment_premises... simpl in *.
157+
induction entailment_premises. simpl in *.
158158
intuition.
159159
simpl.
160160
rewrite <- (nqe_always (fst (projT2 a)) vars i).

0 commit comments

Comments
 (0)