Skip to content
Snippets Groups Projects
utils.mli 565 B
(**************************************************************************)
(*                                                                        *)
(*  This file is part of Caisar.                                          *)
(*                                                                        *)
(**************************************************************************)

(** [remove_on_normal_mode filename] removes the given file from the file system
    when caisar is run without any active verbosity. *)
val remove_on_normal_mode: string -> unit