annotate tests/league.ur @ 1875:c44bfaa69dd8

Manual entries for -ccompiler and -print-ccompiler
author Adam Chlipala <adam@chlipala.net>
date Thu, 10 Oct 2013 14:01:19 -0400
parents 5ecf67553da8
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"