module Stdlib:sig
..end
module List:sig
..end
Extensions to the List module
module Option:sig
..end
Extensions to the Option module
module Array:sig
..end
Extensions to the Array module
module String:sig
..end
Extensions to the String module
val compare : 'a -> 'a -> int