package pp-binary-ints

  1. Overview
  2. Docs
module Flags : sig ... end

The Flags module contains types to modify how binary integers are printed.

module Int : sig ... end

Module for pretty printing values of the type int.

module Int32 : sig ... end

Module for pretty printing values of the type int32.

module Int64 : sig ... end

Module for pretty printing values of the type int64.

module Internal : sig ... end

This module is interal to pp-binary-ints and is subject to change without notice.

module MakePP : sig ... end

This module provides functions create your own binary-int-printers.

module Nativeint : sig ... end

Module for pretty printing values of the type nativeint.