Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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