]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/lambda4.ml
New interesting example
[fireball-separation.git] / ocaml / lambda4.ml
index 90a91e048b26c88a403f5de22103581f8497cb89..83c1b1dab20be45651ca6ead3406f005f173c7b9 100644 (file)
@@ -39,7 +39,7 @@ let label_of_problem {label} = label;;
 let string_of_var l x =
  try
   List.nth l x
- with Failure "nth" -> "`" ^ string_of_int x
+ with Failure _ -> "`" ^ string_of_int x
 ;;
 let string_of_term p t = print ~l:p.var_names (t :> nf);;