Mercurial > urweb
view tests/league.ur @ 2095:d9f918b79b5a
List.mem
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 23 Dec 2014 14:41:23 -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"