From ba6f0ecd9531b266361674d76423c24381dc72ee Mon Sep 17 00:00:00 2001 From: acondolu Date: Thu, 13 Jul 2017 20:35:37 +0200 Subject: [PATCH] Added assert false --- ocaml/lambda4.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/lambda4.ml b/ocaml/lambda4.ml index 6ceb9f3..bc8855d 100644 --- a/ocaml/lambda4.ml +++ b/ocaml/lambda4.ml @@ -573,7 +573,7 @@ let choose_step (n,p) = with Not_found -> let arity_of_x = max_arity_tms x (all_terms p) in - assert (Util.option_get arity_of_x > 0); + assert (Util.option_get arity_of_x > 0); x in (* Instantiate in decreasing order of compute_special_k 1:15m14s 2:13m14s 3:4m55s 4:4m43s 5:4m34s 6:6m28s 7:3m31s -- 2.39.2