Module Statement.VariableDeclarationSource

Sourcemodule Declarator : sig ... end
Sourcetype ('M, 'T) t = {
  1. declarations : ('M, 'T) Declarator.t list;
  2. kind : Variable.kind;
  3. comments : ('M, unit) Syntax.t option;
}
Sourceval pp : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) t -> string