other-languages

here be heresies and things we have to use for work
3Jane 2020-01-30T08:45:23.002900Z

o/

3Jane 2020-01-30T08:46:16.003800Z

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

3Jane 2020-01-30T08:47:37.004500Z

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

3Jane 2020-01-30T08:49:01.005600Z

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? 😄

3Jane 2020-01-30T15:34:23.006300Z

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