Use `=` rather than `String.equal` for better compatibility.

This commit is contained in:
Xavier Clerc 2017-11-03 13:49:47 +00:00
parent 9b04e7e931
commit 70946320fd
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ let create ~(kind : Kind.t) ~path ~base_env ~env_extra ~name ~merlin ~use_findli
in
let arch_sixtyfour =
match get_opt "word_size" with
| Some ws -> String.equal ws "64"
| Some ws -> ws = "64"
| None -> get_arch_sixtyfour stdlib_dir
in
return