Pulselib.PulseSatUnsatinclude Ppx_compare_lib.Equal.S1 with type 'a t := 'a tval equal : 'a Base__Ppx_compare_lib.equal -> 'a t Base__Ppx_compare_lib.equalmodule Types : sig ... endfor opening to get Sat and Unsat in the namespace
val pp_unsat_info : F.formatter -> unsat_info -> unitval log_unsat : unsat_info -> unitval pp : (F.formatter -> 'a -> unit) -> F.formatter -> 'a t -> unitval sat : 'a t -> 'a optionval of_option : unsat_info -> 'a option -> 'a tval to_list : 'a t -> 'a listval filter : 'a t list -> 'a listkeep only Sat _ elements
module Import : sig ... endval log_source_info : bool IStdlib.IStd.refwhether to print the (infer) source location on Unsat; set to false in unit tests