File: autodecomp.v

package info (click to toggle)
coq-doc 8.2pl1-1
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze
  • size: 19,240 kB
  • ctags: 22,737
  • sloc: ml: 132,933; ansic: 1,960; sh: 1,366; lisp: 456; makefile: 327
file content (11 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
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.

Time auto decomp.