From e7367f2ef8e2629fce81c0177ed16779bc93986a Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 7 Sep 2007 10:12:42 +0000 Subject: [PATCH] ooops, missing ) --- components/cic_unification/cicRefine.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cic_unification/cicRefine.ml b/components/cic_unification/cicRefine.ml index f6bc9a445..026fc9cb1 100644 --- a/components/cic_unification/cicRefine.ml +++ b/components/cic_unification/cicRefine.ml @@ -1621,7 +1621,7 @@ prerr_endline ("poco geniale: nel caso di IRL basterebbe sapere che questo e' il in let coerced = Cic.Lambda (name_t,src2, bo) in debug_print (lazy ("coerced: "^ CicMetaSubst.ppterm_in_context - ~metasenv subst coerced context)(; + ~metasenv subst coerced context)); (coerced, expty), subst, metasenv, ugraph | _ -> coerce_atom_to_something t infty expty subst metasenv context ugraph -- 2.39.2