Operator.AutologSourceThese functors allows automatic logging of transfer functions. You define how to handle functions of different arities, and how to print values of different types, and then you can automatically log transfer functions of a given signature (the functor names correspond to this signature).
See Domains.Domain_log and Single_value_abstraction.Log for examples of instantiations.
module Log_Bitvector_Forward_With_Bimul_add
(C : BITVECTOR_CONVERSION)
(F : sig ... end) :
sig ... end