Module Project_skeleton

module Project_skeleton: sig .. end

This module should not be used outside of the Project library.


Logging machinery

module Output: sig .. end

Type declaration

type t = private {
   pid : int;
   mutable name : string;
   mutable unique_name : string;
}
type project = t 

Constructor

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