solvuu / phat

Strongly typed file path and file system operations.
ISC License
26 stars 4 forks source link

provide sexp deserializers #8

Closed agarwal closed 8 years ago

agarwal commented 8 years ago

ppx_sexp_conv doesn't derive deserializers for GADTs, so we have to do it manually.

agarwal commented 8 years ago

Done in 9f93f82443cfa5de962b0b05af454574528d558a, but leaving this open till we add tests.

pveber commented 8 years ago

f7b3d88 brings the rephrasing we discussed during the meeting.

agarwal commented 8 years ago

Looks like we've handled this issue, so closing.