justinwoo / purescript-simple-json

A simple Purescript JSON library that uses types automatically
http://purescript-simple-json.readthedocs.io
MIT License
133 stars 45 forks source link

Missing WriteForeign instance for Foreign type #13

Closed tshinohara closed 7 years ago

tshinohara commented 7 years ago

Hi.

There is ReadForeign instance for Foreign type, but no WriteForeign instance. Is there a reason for this?

justinwoo commented 7 years ago

I think we could probably have it just fine, I just forgot to add it 😅