diff options
| author | Emilio Jesus Gallego Arias | 2019-03-12 12:58:47 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-03-12 12:58:47 +0100 |
| commit | f1d60cad76439d96da36ed7c52ff71b1b9573b80 (patch) | |
| tree | bc4a2447fc0c784ee4e52bb22e6dfade55167358 /test-suite | |
| parent | a5fc75ae3eac4bb2162c624f9d25b53dba022f01 (diff) | |
| parent | 46665f87bbdd2d5fe0c302eae63912d6418d7207 (diff) | |
Merge PR #9632: Fix #9631: Instance: anomaly grounding non evar-free term
Ack-by: SkySkimmer
Reviewed-by: ejgallego
Ack-by: ppedrot
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/bug_9631.v | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_9631.v b/test-suite/bugs/closed/bug_9631.v new file mode 100644 index 0000000000..8afeccccd4 --- /dev/null +++ b/test-suite/bugs/closed/bug_9631.v @@ -0,0 +1,7 @@ + +Fail Instance x : _. + +Existing Class True. +(* the type is checked for typeclass-ness before interping the body so + this is the same error *) +Fail Instance x : _ := I. |
