X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Fcommon%2Fhbugs_common.ml;h=3b19ceec0420d7f26f452b85abe2963433727be2;hb=1fb8d0192e1f7ee891c53dc282c9c9f111e63e3c;hp=9364eb7396ba5a523d92cebe779c1b2d1b12abcf;hpb=5ea2b23ca5066b4e8fca18c2d526847fe38991cc;p=helm.git diff --git a/helm/hbugs/common/hbugs_common.ml b/helm/hbugs/common/hbugs_common.ml index 9364eb739..3b19ceec0 100644 --- a/helm/hbugs/common/hbugs_common.ml +++ b/helm/hbugs/common/hbugs_common.ml @@ -27,6 +27,7 @@ *) open Hbugs_types;; +open Printf;; let rec string_of_hint = function | Use_ring_Luke -> "Use Ring, Luke!" @@ -39,6 +40,7 @@ let rec string_of_hint = function | Use_split_Luke -> "Use split, Luke!" | Use_left_Luke -> "Use left, Luke!" | Use_right_Luke -> "Use right, Luke!" + | Use_apply_Luke term -> sprintf "Apply %s, Luke!" term | Hints hints -> String.concat "; " (List.map string_of_hint hints) ;;