package grace

  1. Overview
  2. Docs

Source file int.ml

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