From 7ae9ef188e97896b32bc9c2ec5b805e69d957c39 Mon Sep 17 00:00:00 2001 From: acondolu Date: Thu, 7 Jun 2018 18:10:03 +0200 Subject: [PATCH] Added problems that fail when eat is done incorrectly i.e. on arguments before the max arity in the conv --- ocaml/problems/simple.constants.eat.1 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ocaml/problems/simple.constants.eat.1 diff --git a/ocaml/problems/simple.constants.eat.1 b/ocaml/problems/simple.constants.eat.1 new file mode 100644 index 0000000..a270bf2 --- /dev/null +++ b/ocaml/problems/simple.constants.eat.1 @@ -0,0 +1,7 @@ +$! +D x a b c d e f +C y (x a b) + +$! +D x C C @ +C y (x @ @ @) -- 2.39.2