From 2e7eb4d3049b3d26d1efbe3843a68c63f8a21648 Mon Sep 17 00:00:00 2001 From: barras Date: Wed, 26 Nov 2008 15:12:01 +0000 Subject: closed bug 1898: fold x in x; added a reordering primitive tactic git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11632 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/bugs/closed/shouldfail/1898.v | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test-suite/bugs/closed/shouldfail/1898.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/shouldfail/1898.v b/test-suite/bugs/closed/shouldfail/1898.v new file mode 100644 index 0000000000..92490eb94e --- /dev/null +++ b/test-suite/bugs/closed/shouldfail/1898.v @@ -0,0 +1,5 @@ +(* folding should not allow circular dependencies *) + +Lemma bug_fold_unfold : True. + set (h := 1). + fold h in h. -- cgit v1.2.3