package uint

  1. Overview
  2. Docs
module type UintSig = sig ... end
module type S = sig ... end
module Make (U : UintSig) : S with type t = U.t