Module Imandra_util.Util_io
Utils relying on IO
val write_to_file : string -> string -> unitwrite_to_file file swritessintofile- raises Write_to_file
in case of failure
val find_file : file_name:string -> load_path:string list -> resolved_file optionFind a file.
We look in this order:
- current directory,
- load_path (left to right).
Finally, we return a resolved_file.