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