From: acondolu Date: Mon, 24 Jul 2017 14:18:19 +0000 (+0200) Subject: Added problem failing because of order of step X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=f1756e30ed486f9a5069b3e34ed5d551f7a448d6;p=fireball-separation.git Added problem failing because of order of step --- diff --git a/ocaml/problems/bugs b/ocaml/problems/bugs index b9bb726..610b6b8 100644 --- a/ocaml/problems/bugs +++ b/ocaml/problems/bugs @@ -1,3 +1,10 @@ -$! randomly generated test +$! bugs 1 +# bug with eating firing reduction of matches D z (_. (v y)) C u (z (_. (v x))) + +$! bugs 2 +# algorithm tries to eat z, but should first step on x, w +D z PAC +C x y PAC PAC +N x (w z) Z