Module Lin.Internal

Internal module to build test representations. This module is exposed for internal uses only, its API may change at any time.

module type CmdSpec = sig ... end
module Make (Spec : CmdSpec) : sig ... end