X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=ocaml%2Fproblems%2Fbugs;h=610b6b8549ff7982ae4d5e444379e53554f78986;hb=7d5ab4339cbbe0c694e6f7376bd92b9a19f5b98d;hp=b9bb7260e0a719026543d57646ae7b58e9b5187b;hpb=180710db0f9d6f81edd7a5cc1bfce41e3b3e620a;p=fireball-separation.git 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