package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. data : Data.t;
  2. width : int;
}
val make : int -> Data.t -> t
val create : int -> int -> t
module Motion : sig ... end