package rml

  1. Overview
  2. Docs
module type Interpretor_type = sig ... end
module M (Interpretor : Interpretor_type) : sig ... end