From 7288ce0bb2d31a13b7796c3045c7a37b6c547d9b Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 19 Oct 2023 15:14:14 +0100 Subject: [PATCH] Resolve conflicts in `driver/` mlis (#184) --- driver/compmisc.mli | 6 ------ driver/main_args.mli | 11 ----------- 2 files changed, 17 deletions(-) diff --git a/driver/compmisc.mli b/driver/compmisc.mli index 8150dd216b..2f8559126e 100644 --- a/driver/compmisc.mli +++ b/driver/compmisc.mli @@ -21,16 +21,10 @@ val initial_env : unit -> Env.t val set_from_env : 'a option ref -> 'a Clflags.env_reader -> unit val read_clflags_from_env : unit -> unit -<<<<<<< HEAD val with_ppf_dump : ?stdout:unit -> file_prefix:string -> (Format.formatter -> 'a) -> 'a -||||||| merged common ancestors -val with_ppf_dump : file_prefix:string -> (Format.formatter -> 'a) -> 'a -======= -val with_ppf_dump : file_prefix:string -> (Format.formatter -> 'a) -> 'a val auto_include : Load_path.auto_include_callback (** [auto_include find_in_dir fn] is a callback function to be passed to {!Load_path.init} and automatically adds [-I +lib] to the load path after displaying an alert. *) ->>>>>>> ocaml/5.1 diff --git a/driver/main_args.mli b/driver/main_args.mli index 814e15431f..22cd229fa3 100644 --- a/driver/main_args.mli +++ b/driver/main_args.mli @@ -48,14 +48,9 @@ module type Common_options = sig val _no_strict_formats : unit -> unit val _unboxed_types : unit -> unit val _no_unboxed_types : unit -> unit -<<<<<<< HEAD val _unsafe_string : unit -> unit val _verbose_types : unit -> unit val _no_verbose_types : unit -> unit -||||||| merged common ancestors - val _unsafe_string : unit -> unit -======= ->>>>>>> ocaml/5.1 val _version : unit -> unit val _vnum : unit -> unit val _w : string -> unit @@ -252,15 +247,9 @@ module type Optcomp_options = sig val _afl_inst_ratio : int -> unit val _function_sections : unit -> unit val _save_ir_after : string -> unit -<<<<<<< HEAD val _probes : unit -> unit val _no_probes : unit -> unit -end;; -||||||| merged common ancestors -end;; -======= end ->>>>>>> ocaml/5.1 module type Opttop_options = sig include Toplevel_options