annotate tests/rcapture.ur @ 2261:f81f1930c5d6

Fix SQL-parsing and declaration-ordering bugs.
author Ziv Scully <ziv@mit.edu>
date Wed, 30 Sep 2015 00:33:52 -0400
parents 6c00d8af6239
children
rev   line source
adam@1639 1 fun frob x = x
adam@1639 2
adam@1639 3 fun foo [a] (x : a) = frob x