sig
  type attr_value
  type value =
      Int of int
    | Float of float
    | Value of OFC.Bar_stack_values.attr_value
    | Null
end