@@ -391371,7 +391371,7 @@ module Js_long : sig
391371391371
391372391372type int64_call = J.expression list -> J.expression
391373391373
391374- val make_const : lo:Int32.t -> hi:Int32.t -> J.expression
391374+ (* val make_const : lo:Int32.t -> hi:Int32.t -> J.expression *)
391375391375
391376391376val of_const : int64 -> J.expression
391377391377
@@ -391402,7 +391402,7 @@ val equal_nullable : int64_call
391402391402val to_float : int64_call
391403391403val of_float : int64_call
391404391404val compare : int64_call
391405- val of_string : int64_call
391405+ (* val of_string : int64_call *)
391406391406val float_of_bits : int64_call
391407391407val bits_of_float : int64_call
391408391408val get64 : int64_call
@@ -391576,8 +391576,8 @@ let of_float (args : J.expression list ) =
391576391576let compare (args : J.expression list) =
391577391577 int64_call "compare" args
391578391578
391579- let of_string (args : J.expression list) =
391580- int64_call "of_string" args
391579+ (* let of_string (args : J.expression list) =
391580+ int64_call "of_string" args *)
391581391581let get64 = int64_call "get64"
391582391582let float_of_bits = int64_call "float_of_bits"
391583391583let bits_of_float = int64_call "bits_of_float"
@@ -401629,8 +401629,8 @@ module Lam_convert : sig
401629401629 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
401630401630
401631401631
401632- val happens_to_be_diff:
401633- (int * Lambda.lambda) list -> int option
401632+ (* val happens_to_be_diff:
401633+ (int * Lambda.lambda) list -> int option *)
401634401634
401635401635
401636401636(**
@@ -417709,7 +417709,7 @@ module Ocaml_options : sig
417709417709
417710417710val mk_impl : (string -> unit) -> string * Arg.spec * string
417711417711val mk_intf : (string -> unit) -> string * Arg.spec * string
417712- val mk__ : (string -> unit) -> string * Arg.spec * string
417712+ (* val mk__ : (string -> unit) -> string * Arg.spec * string *)
417713417713(**
417714417714 [ocaml_options] are command options inherited from ocaml
417715417715 bytecode compiler except three options
@@ -417966,10 +417966,10 @@ let mk_strict_formats f =
417966417966 \ to detect and fix invalid formats.)"
417967417967;;
417968417968
417969- let mk__ f =
417969+ (* let mk__ f =
417970417970 "-", Arg.String f,
417971417971 "<file> Treat <file> as a file name (even if it starts with `-')"
417972- ;;
417972+ ;; *)
417973417973
417974417974let show_config () =
417975417975 Config.print_config stdout;
0 commit comments