view tests/league.ur @ 2098:b7cb53affc08

Add to .hgignore
author Adam Chlipala <adam@chlipala.net>
date Fri, 26 Dec 2014 12:30:22 -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"