Pulselib.PulseSatUnsat
include Ppx_compare_lib.Equal.S1 with type 'a t := 'a t
val equal : 'a Base__Ppx_compare_lib.equal -> 'a t Base__Ppx_compare_lib.equal
val pp : (F.formatter -> 'a -> unit) -> F.formatter -> 'a t -> unit
module Types : sig ... end
for open
ing to get Sat
and Unsat
in the namespace
val sat : 'a t -> 'a option
val of_option : 'a option -> 'a t
val to_list : 'a t -> 'a list
val filter : 'a t list -> 'a list
keep only Sat _
elements
module Import : sig ... end