annotate tests/league.ur @ 1723:5ecf67553da8

-unifyMore
author Adam Chlipala <adam@chlipala.net>
date Sun, 22 Apr 2012 09:08:45 -0400
parents d6c45026240d
children
rev   line source
adam@1714 1 type team = string
adam@1714 2 type league = string
adam@1714 3
adam@1714 4 table team : { Id : team,
adam@1714 5 League : league }
adam@1714 6
adam@1723 7 val foo = queryL(SELECT * FROM team)
adam@1723 8 val bar : int = "hi"