diff options
Diffstat (limited to 'lib/explore.mli')
-rw-r--r-- | lib/explore.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/explore.mli b/lib/explore.mli index e64459f1..a292fd83 100644 --- a/lib/explore.mli +++ b/lib/explore.mli @@ -27,7 +27,7 @@ module type SearchProblem = sig val success : state -> bool - val pp : state -> unit + val pp : state -> Pp.std_ppcmds end |