aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssrtest/indetLHS.v
diff options
context:
space:
mode:
Diffstat (limited to 'mathcomp/ssrtest/indetLHS.v')
-rw-r--r--mathcomp/ssrtest/indetLHS.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/mathcomp/ssrtest/indetLHS.v b/mathcomp/ssrtest/indetLHS.v
new file mode 100644
index 0000000..f9d42ff
--- /dev/null
+++ b/mathcomp/ssrtest/indetLHS.v
@@ -0,0 +1,4 @@
+Require Import ssreflect ssrnat.
+Goal 5 = 3.
+Fail (rewrite -(addnK _ 5)).
+Abort. \ No newline at end of file