package pp-binary-ints

  1. Overview
  2. Docs

Source file int32.ml

1
2
3
4
5
6
7
8
module I: Internal.S with type t = int32 = Stdlib.Int32

module Dec = struct
  let prefix = "0b"
  let suffix = "l"
end

include (MakePP.Make (I) (Dec))
OCaml

Innovation. Community. Security.