byorgey / haxr

Other
10 stars 16 forks source link

Use MonadFail consistently when converting from Value #26

Closed lboklin closed 4 years ago

lboklin commented 4 years ago

getField uses MonadFail and thus could not be used to define fromValue. This fixes that.

byorgey commented 4 years ago

Thanks!