Module Bddint.Minterm


module Minterm: sig .. end

val iter : signed:bool -> (int -> unit) -> Bddreg.Minterm.t -> unit
Iterate the function on all the integer values represented by the argument minterm.
val map : signed:bool -> (int -> 'a) -> Bddreg.Minterm.t -> 'a list
Apply the function to all integer values represented by the argument minterm and return the list of the results.