Skip to content

Commit

Permalink
restore printer
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Nov 12, 2024
1 parent 1bf9e0f commit 20d966c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/lib/reasoners/matching.ml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,11 @@ module Make (X : Arg) : S with type theory = X.t = struct
Ty.print_subst sty

let match_class_of t cl =
Log.debug (fun k -> k "class of '%a' is:@ %a"
E.print t
Fmt.(box @@ braces @@ iter ~sep:comma E.Set.iter E.print) cl)
if Options.get_debug_matching() >= 3 then
Log.debug (fun k -> k "class of '%a' is:@ %a"
E.print t
Fmt.(box @@ braces
@@ iter ~sep:comma E.Set.iter E.print) cl)

let candidate_substitutions pat_info res =
let open Matching_types in
Expand Down

0 comments on commit 20d966c

Please sign in to comment.