Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Mypervasives
Sourceval list_split7 :
('a * 'b * 'c * 'd * 'e * 'f * 'g) list ->
'a list * 'b list * 'c list * 'd list * 'e list * 'f list * 'g list
Removes duplicates from a list (conserving its order)
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