package orgeat

  1. Overview
  2. Docs
module type Ring_ext = sig ... end
module type Ordered_S = sig ... end
module type S = sig ... end
module F : S with type t = Stdlib.Float.t
val float_scalar_with : n_bits:int -> (module S)
module Q : S with type t = Q.t