Hardcaml_verify_kernel.Basic_gatesmodule Uid : sig ... endinclude Ppx_compare_lib.Comparable.S with type t := tval compare : t Base__Ppx_compare_lib.compareinclude Base.Comparable.S with type t := tval comparator : ( t, comparator_witness ) Base__Comparator.comparatorval to_char : t -> Base.charval of_char : Base.char -> tval vdd : tval gnd : tval is_vdd : t -> Base.boolval is_gnd : t -> Base.boolcofactor ~var p ~f computes the cofactor of f wrt to var. p=vdd for positive cofactor and p=gnd for negative cofactor
Visit all nodes in the list of functions and call f. Nodes are visited once only.