Mercurial > urweb
view tests/league.ur @ 2035:a3435112b83e
Top.max and Top.min
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 29 Jun 2014 08:33:47 -0400 |
parents | 5ecf67553da8 |
children |
line wrap: on
line source
type team = string type league = string table team : { Id : team, League : league } val foo = queryL(SELECT * FROM team) val bar : int = "hi"