Module OFC.HBar_values


module HBar_values: sig .. end


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