module Numerix: sig .. end
sig
end
type round_mode =
|
Floor
Nearest_up
Ceil
Nearest_down
module type Int_type = sig .. end
module Infixes: functor (E : Int_type) -> sig .. end
functor (
E
:
Int_type
) ->
val chrono : string -> unit
string -> unit