Closed rgrinberg closed 6 years ago
open Sexplib.Std type xy = { yy : Int64.t } [@@deriving sexp];; Error: Unbound value Int64.t_of_sexp
While it works if yy: int64. This isn't such a huge deal but it would be nice to support all the different aliases in pervasives.
yy: int64
Just tried this now, and it seems to work.
While it works if
yy: int64
. This isn't such a huge deal but it would be nice to support all the different aliases in pervasives.