]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/problems/bugs
Removed num_more_args
[fireball-separation.git] / ocaml / problems / bugs
index b9bb7260e0a719026543d57646ae7b58e9b5187b..610b6b8549ff7982ae4d5e444379e53554f78986 100644 (file)
@@ -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