Mercurial > urweb
view tests/user.ur @ 1346:faad7d01b200
Restore behavior of not complaining about undetermined unification variables when there are other errors
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 16 Dec 2010 18:40:49 -0500 |
parents | d1dbb9a3c804 |
children |
line wrap: on
line source
table user : {A : int} fun main () = r <- oneRow (SELECT COUNT( * ) AS N FROM user); return <xml>{[r.N]}</xml>