Fork me on GitHub
#other-languages
<
2020-01-30
>
3Jane08:01:16

anyone here doing ocaml? I've just started, and I'm stuck, would appreciate advice on how to debug the issue

3Jane08:01:37

problem being: a method listed in docs (`String.to_seq`) does not seem to exist in my (fresh) install: > Error: Unbound value String.to_seq

3Jane08:01:01

I checked version numbers, I've got version 4.08.1 which should be okay. people on the internets seem to use this method. What did I miss? 😄

3Jane15:01:23

solved: I was using a stdlib replacement which was not obvious from the tutorial