From e3c247c1d96f39d2c07d120b69598a904b7d9f19 Mon Sep 17 00:00:00 2001 From: Matej Košík Date: Sun, 11 Jun 2017 15:14:15 +0200 Subject: deprecate Pp.std_ppcmds type alias --- 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 1919af51ea..7da077e968 100644 --- a/lib/explore.ml +++ b/lib/explore.ml @@ -14,7 +14,7 @@ module type SearchProblem = sig type state val branching : state -> state list val success : state -> bool - val pp : state -> std_ppcmds + val pp : state -> Pp.t end module Make = functor(S : SearchProblem) -> struct -- cgit v1.2.3