package rml

  1. Overview
  2. Docs
module type Interpretor_type = sig ... end
val wait_next_instant : float -> float -> float -> bool
module M (Interpretor : Interpretor_type) : sig ... end