From f1756e30ed486f9a5069b3e34ed5d551f7a448d6 Mon Sep 17 00:00:00 2001 From: acondolu Date: Mon, 24 Jul 2017 16:18:19 +0200 Subject: [PATCH] Added problem failing because of order of step --- ocaml/problems/bugs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.39.2