let create ~(inc: bool) (config: config) : bound =
  (new bound_generic ~inc:inc config :> bound)