Error: Unbound value String.ends_with

I did

opam switch create 4.14.1 
opam switch remove default
opam install ocaml-lsp-server odoc ocamlformat utop 

And

utop # String.ends_with;;
- : suffix:string -> string -> bool = <fun>

Thank you everyone!

3 Likes