Module Misc


module Misc: sig .. end
Misc functions.
Author(s): Louis Mandel, Florence Plateau

val gcd : int -> int -> int
Greatest common divisor.
val lcm : int -> int -> int
Least common multiple.
val fprint_list : ('a, 'b, 'c, 'd, 'd, 'a) format6 ->
(Format.formatter -> 'e -> unit) -> Format.formatter -> 'e list -> unit
Print a list of elements.