sig
  type hbar_value =
      Int of int
    | Float of float
    | LeftRightInt of int * int
    | LeftRightFloat of float * float
end