From b529f51389b1a5f2f2e5f035f8c1abdafe5a0a4c Mon Sep 17 00:00:00 2001 From: acondolu Date: Thu, 31 May 2018 18:29:52 +0200 Subject: [PATCH] Bug in mk_app with C --- ocaml/simple.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/ocaml/simple.ml b/ocaml/simple.ml index b068791..7be80c4 100644 --- a/ocaml/simple.ml +++ b/ocaml/simple.ml @@ -129,7 +129,6 @@ let rec subst level delift sub = | B -> B and mk_app t1 t2 = if t2 = B || (t1 = delta && t2 = delta) then B else match t1 with - | C _ as t -> t | B -> B | L t1 -> subst 0 true (0, t2) t1 | _ -> A (t1, t2) -- 2.39.2