module Join:sig
..end
This module offers basic functionalities for JoCaml.
type -'a
chan
'a
.exception Exit
val exit_hook : unit -> unit
Pervasives.at_exit
.
This will somehow control termination of program.
More precisely, program terminates when they is no more
work to achieve.
This does not apply to program engaged in distribution.Pervasives.at_exit
.type'a
debug =string -> ('a, unit, string, unit) format4 -> 'a
Join.debug
val debug : 'a debug
Printf
module.module Site:sig
..end
module Ns:sig
..end