The problem is that keyValuePairs : Decoder a -> Decoder (List (String, a)), explicitly tells that in case that Decoder a can't decode certain field in will return error. I don't see how could I solve the problem with extracting further values if Decoder fails anyway? And other thoughts?
-- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
