int.ml
grace
grace.ansi_renderer
grace.source_reader
grace.std
1 2 3 4 5 6 7 module T = Stdlib.Int include T include Comparable.Make (T) let pp = Format.pp_print_int let sexp_of_t = Sexplib.Std.sexp_of_int let t_of_sexp = Sexplib.Std.int_of_sexp
1 2 3 4 5 6 7
module T = Stdlib.Int include T include Comparable.Make (T) let pp = Format.pp_print_int let sexp_of_t = Sexplib.Std.sexp_of_int let t_of_sexp = Sexplib.Std.int_of_sexp