3 lines
79 B
OCaml
Raw Normal View History

2019-11-25 17:15:25 -06:00
let equal : int -> int -> bool = (=)
let compare : int -> int -> int = compare