Module BasicsSource

Sourceval stdform_of_float : int -> int -> float -> string
Sourceval output_line : (out_channel -> 'a -> unit) -> out_channel -> 'a list -> unit
Sourceval output_strings : out_channel -> string list -> unit
Sourceval output_quoted_strings : out_channel -> string list -> unit
Sourceval output_floats : out_channel -> float list -> unit
Sourceval float_eq : float -> float -> float -> bool
Sourceval (=~=) : float -> float -> bool
Sourceval on : bool -> bool -> bool
Sourceval bad_sgn : float -> float
Sourceval exit : int -> 'a