annotate tests/empty_record.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 e762c96fffb7
children
rev   line source
adam@2043 1 val concatX [ctx ::: {Unit}] [use ::: {Type}]
adam@2043 2 : list (xml ctx use []) -> xml ctx use []
adam@2043 3 = List.foldl join <xml/>