comparison tests/league.ur @ 1723:5ecf67553da8

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