jon.recoil.org

Module Progress_engine.Integer

module type S = sig ... end
module Int : Progress_engine.Integer.S with type t = int
module Int32 : Progress_engine.Integer.S with type t = int32
module Int64 : Progress_engine.Integer.S with type t = int64
module Float : Progress_engine.Integer.S with type t = float