]> matita.cs.unibo.it Git - fireball-separation.git/commitdiff
Added assert false
authoracondolu <andrea.condoluci@unibo.it>
Thu, 13 Jul 2017 18:35:37 +0000 (20:35 +0200)
committeracondolu <andrea.condoluci@unibo.it>
Mon, 28 May 2018 09:08:52 +0000 (11:08 +0200)
(cherry picked from commit ba6f0ecd9531b266361674d76423c24381dc72ee)

ocaml/lambda4.ml

index 83f1c427cc56164cb31ffc117dd1bbc9ea656f39..715caf5818ff60ef0dc79f7195f5bf0a44e8160b 100644 (file)
@@ -528,7 +528,7 @@ let auto_instantiate (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