From 428691717031468f6583a899fe8edbe58163428a Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 1 Jun 2018 00:34:45 +0200 Subject: [PATCH] Simplified divergent problem C diverges in pure --- ocaml/problems/simple.2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ocaml/problems/simple.2 diff --git a/ocaml/problems/simple.2 b/ocaml/problems/simple.2 new file mode 100644 index 0000000..184b4fa --- /dev/null +++ b/ocaml/problems/simple.2 @@ -0,0 +1,3 @@ +$! simple: C diverges in pure (simplified from simple.1 (1)) +D v0 v1 (x. y. z. v2 y) (v5 v6) +C v7 (v0 v1 v5 (x. x) (x. x) (x. x) (x. v8 v9)) (v0 v1 v5 (x. v2) v1 v5 (x. x)) (v8 v10 v5 (v5 v8 v6 v8 v5 (v5 v6) v8) v10 v10 v6) -- 2.39.2