Mercurial > urweb
view tests/user.ur @ 1795:d28adceef22a
Allow type class instances with hypotheses via local ('let') definitions
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 25 Jul 2012 14:04:59 -0400 |
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>