result.ml
orsvm_e1071
1 2 3 4 5 type filename = string type error_message = string type t = Ok of filename | Error of error_message
1 2 3 4 5
type filename = string type error_message = string type t = Ok of filename | Error of error_message