Docs GODI Archive
Projects Blog Link DB

Look up function:

(e.g. "List.find" or "keysym")
More options
File lib/ocaml/pkg-lib/calendar/utils.cmi_pretty GODI Package godi-calendar
Library calendar
 
   utils.cmi_pretty    utils.mli    Sources  
module type Comparable =
  sig
    type t
    val equal : t -> t -> bool
    val compare : t -> t -> int
    val hash : t -> int
  end
module Int :
  sig
    type t = int
    val equal : t -> t -> bool
    val compare : t -> t -> int
    val hash : t -> int
  end
module Float :
  sig
    type t = float
    val equal : t -> t -> bool
    val compare : t -> t -> int
    val hash : t -> int
    val set_precision : float -> unit
    val round : t -> int
  end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml