diff options
| author | Matthieu Sozeau | 2015-07-22 17:33:51 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2015-07-22 17:33:51 +0200 |
| commit | 74d347365d4f6425d056cc8df49bb8f8e29ad098 (patch) | |
| tree | ea61f4929545d206919f759adbd89acbaed6f581 /test-suite | |
| parent | 754775e39b5fa0342a1f4a46cbce0fc98d569d9d (diff) | |
test-suite: add test for bug# 3743.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/3743.v | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3743.v b/test-suite/bugs/closed/3743.v new file mode 100644 index 0000000000..4dfb3380a8 --- /dev/null +++ b/test-suite/bugs/closed/3743.v @@ -0,0 +1,11 @@ +(* File reduced by coq-bug-finder from original input, then from 967 lines to 469 lines, then from 459 lines to 35 lines *) +(* coqc version trunk (October 2014) compiled on Oct 11 2014 1:13:41 with OCaml 4.01.0 + coqtop version cagnode16:/afs/csail.mit.edu/u/j/jgross/coq-trunk,trunk (d65496f09c4b68fa318783e53f9cd6d5c18e1eb7) *) +Require Export Coq.Setoids.Setoid. + +Fail Add Parametric Relation A +: A (@eq A) + transitivity proved by transitivity + as refine_rel. +(* Toplevel input, characters 20-118: +Anomaly: index to an anonymous variable. Please report. *)
\ No newline at end of file |
