Simon Marechal
Simon Marechal
@mitchellwrosen moved out of frontend, but last personal project was purescript + wasm indeed ;)
@agrafix you found the problem. The documentation focuses on deriving both Elm and Aeson code at the same time, so that there is no mismatch between the two representations. I...
If you like aesons's preferences, then you can use them in elm-bridge!
I can't reproduce this problem, could you attach a whole haskell module that demonstrates the problem? (Also `Id` should be a `newtype`).
Cool, two bugs for the price of one :) I will work on them next week.
Btw, the newtype problem should be fixed now.
Oh well, it only took me 6 month to work on these :(
@agrafix no other thoughts, except that [this helper exists](http://package.elm-lang.org/packages/elm-lang/core/5.1.1/Json-Decode#lazy).
Seems to work well for me right now, any update?
I am not sure I understand the problem. Can you show how you derive the instances in a dummy test case, what the result is and what the expected result...