janestreet / ppx_sexp_conv

Generation of S-expression conversion functions from type definitions
MIT License
88 stars 17 forks source link

Doesn't work with `Int64.t` #5

Closed rgrinberg closed 6 years ago

rgrinberg commented 8 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.

agarwal commented 8 years ago

Just tried this now, and it seems to work.