summaryrefslogtreecommitdiff
path: root/test-suite/complexity/autodecomp.v
blob: 85589ff794ef14bd04d96c153f87a0dd29f276eb (plain)
1
2
3
4
5
6
7
8
9
10
11
(* This example used to be in (at least) exponential time in the number of
   conjunctive types in the hypotheses before revision 11713 *)
(* Expected time < 1.50s *)

Goal
True/\True->
True/\True->
True/\True->
False/\False.

Timeout 5 Time auto decomp.