<div dir="ltr"><div><div><div><div>table topic: { Id: int, Title: string, Body: string, Links: string, Author: string, Summary: string }<br>  PRIMARY KEY Id<br>  <br>fun main () =<br>    returnBlob (<br>        textBlob (<br>            Json.toJson {<br>                Topics = queryL1 (SELECT topic.Title, topic.Body FROM topic)<br>            }<br>        )<br>    ) (blessMime "application/json")<br><br></div>I've tried changing line 12 to:<br><br></div>, blessMime "application/json")<br><br></div>As that seems to me like it makes more sense, but my one line of error turns into quite a lot more than one line. (*Measure in lines because I am still having trouble reading the errors.*)<br><br></div>Error for the first code block is:<br>"/home/izach/projects/urweb/test.ur:7:3: (to 7:14) Can't resolve type class instance"<br></div>