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