annotate tests/league.ur @ 2257:28a541bd2d23

Use referenced (rather than all) free variables as keys for pure caches.
author Ziv Scully <ziv@mit.edu>
date Sun, 27 Sep 2015 14:46:12 -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"