<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div>I'm not sure what you mean by "actual errors."<br></div></blockquote><div><br></div>Maybe not suppress, but compact the unification messages. Sometimes I get hundreds of lines of gibberish that don't me anything to me. This can make it difficult to track down what is actually going wrong.<br><div><br></div><div>I'm sorry to keep bothering the mailing list, but I've got another issue. I'm getting the error "Can't resolve type class instance" when I attempt to do:</div><div><br></div><div>return <xml> … {[searchBox ()]} … </xml></div><div><br></div><div>searchBox is defined as:</div><div><br></div><div>and searchBox () : transaction xbody = return <xml> … </xml></div><div><br></div><div>The full source once again is at:</div><div><br></div><div><a href="https://github.com/jprider63/UMDTalks">https://github.com/jprider63/UMDTalks</a></div><div><br></div><div>I greatly appreciate it,</div><div><br></div><div>JP</div><br><blockquote type="cite"><div><blockquote type="cite">Also, if the offending file is in the working directory, only the file name could be shown instead of the entire path.<br></blockquote><blockquote type="cite">   <br></blockquote><br>A decent idea that I might take a shot at implementing soon<br><br><blockquote type="cite">I also had a few more questions. What exactly do the brackets [] do?<br></blockquote><br>Brackets have several meanings.  Have you looked at the grammar in the manual?  The two main uses are indicating type-level arguments within value-level code and giving record literals in type-level code.<br><br><blockquote type="cite">Also, Is there a reason I can't name an sql column "Name"?<br></blockquote><blockquote type="cite">   <br></blockquote><br>Yes: it's a keyword.<br><br>_______________________________________________<br>Ur mailing list<br><a href="mailto:Ur@impredicative.com">Ur@impredicative.com</a><br>http://www.impredicative.com/cgi-bin/mailman/listinfo/ur<br></div></blockquote></div><br></body></html>