Module Project_skeleton

module Project_skeleton: sig .. end
This module should not be used outside of the Project library.
Since Carbon-20101201


Logging machinery


module Output: sig .. end

Type declaration


type t = private {
   pid : int;
   mutable name : string;
   mutable unique_name : string;
}
Since Carbon-20101201
Consult the Plugin Development Guide for additional details.
type project = t 
Since Carbon-20101201

Constructor


val dummy : t
Since Carbon-20101201
module Make_setter: 
functor (X : sig
val mem : string -> bool
end-> sig .. end