hardcaml_fixed_point
Hardcaml_fixed_point
module type Fixed_point = sig ... end
module Unsigned (Bits : Hardcaml.Comb.S) : Fixed_point with type bits = Bits.t
module Signed (Bits : Hardcaml.Comb.S) : Fixed_point with type bits = Bits.t