I'm running this code in utop:
# type u = { a: int; b: float } [@@deriving sexp];;
But the expected declarations of s-expression converters are not generated.
I have Core 0.11.0 and utop version 2.1.0 installed.
the version of Ocaml is 4.06.1.
Thanks.