From db278921c54201a01543953cc0986fc0fb126615 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Mon, 5 Oct 2020 22:21:04 +0200 Subject: Dropping the misleading int argument of Pp.h. An h-box inhibits the breaking semantics of any cut/spc/brk in the enclosed box. We tentatively replace its occurrence by an h or hv, assuming in particular that if the indentation is not 0, an hv box was intended. --- lib/explore.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/explore.ml') diff --git a/lib/explore.ml b/lib/explore.ml index b3ffef6ac2..139de488e2 100644 --- a/lib/explore.ml +++ b/lib/explore.ml @@ -29,7 +29,7 @@ module Make = functor(S : SearchProblem) -> struct | [i] -> int i | i :: l -> pp_rec l ++ str "." ++ int i in - Feedback.msg_debug (h 0 (pp_rec p) ++ pp) + Feedback.msg_debug (h (pp_rec p) ++ pp) (*s Depth first search. *) -- cgit v1.2.3