User avatar
privTri Corveon brdSmol
@volpeon@icy.wyvern.rip
I was about to add unit tests for the IRI parser and found a nice JSON file with lots of test cases. I have JSON parsing, so that's good. What I don't have is a nice way to decode the generic json type to a specific type presentation, like with Aeson's FromJSON. I could still get all the test cases from the JSON file without it, but the rest of the application needs to handle JSON as well and then a decoder abstraction would be really good to have. So writing a decoder module is next brdFlat

edit: Never mind again. I keep missing stuff because I keep looking for Haskell-like solutions, but Koka is simply different.