Mercurial > urweb
view tests/league.ur @ 2124:f3c24e6790ba
Hexadecimal integer literals, contributed by Gabriel Riba
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 05 Mar 2015 15:03:04 -0500 |
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"