package pp-binary-ints

  1. Overview
  2. Docs

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

module IntUtils : sig ... end
module PPUtils : sig ... end
module type S = sig ... end
module type D = sig ... end
module MakeDecorators (Dec : D) : sig ... end
module Make (I : S) (Dec : D) : sig ... end