module Project_skeleton:This module should not be used outside of the Project library.sig
..end
module Output:Log.Messages
type
t = private {
|
pid : |
|
mutable name : |
|
mutable unique_name : |
typeproject =
t
val dummy : t
module Make_setter: