Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module StringMap : sig ... end
Map of strings
I define my own version of print_float to turn around a bug of sim2chro where it does not understand floats with no digit (e.g., 4. instead of 4.0)
val my_create_process :
?std_in:Unix.file_descr ->
?std_out:Unix.file_descr ->
?std_err:Unix.file_descr ->
?wait:bool ->
string ->
string list ->
my_create_process_result