> I'm not sure what you mean by "actual errors."
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.
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:
return <xml> … {[searchBox ()]} … </xml>
searchBox is defined as:
and searchBox () : transaction xbody = return <xml> … </xml>
The full source once again is at:
https://github.com/jprider63/UMDTalks
I greatly appreciate it,
JP
>> Also, if the offending file is in the working directory, only the file name
>> could be shown instead of the entire path.
>>
>
> A decent idea that I might take a shot at implementing soon
>
>> I also had a few more questions. What exactly do the brackets [] do?
>
> 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.
>
>> Also, Is there a reason I can't name an sql column "Name"?
>>
>
> Yes: it's a keyword.
>
> _______________________________________________
> Ur mailing list
> [email protected]
> http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
_______________________________________________
Ur mailing list
[email protected]
http://www.impredicative.com/cgi-bin/mailman/listinfo/ur