Hardcaml.Combinational_opA custom combinational operation that can be inserted into a simulation.
type create_fn =
  Bits.Mutable.t Base.list ->
  Bits.Mutable.t Base.list ->
  Base.unitImplementation of the custom operation using Bits.Mutable.t
val sexp_of_t : t -> Sexplib0.Sexp.tConstructed a create_fn from a Bits.t implementation. This will allocate and be a little less efficient, but might be simpler to write.
val name : t -> Base.string