annotate tests/cantSql.ur @ 2278:b7615e0ac4b0

Fix bug in and clean up free path code.
author Ziv Scully <ziv@mit.edu>
date Tue, 10 Nov 2015 12:35:00 -0500
parents 218e2a9a53d0
children
rev   line source
adam@1623 1 datatype foo = Bar of int
adam@1623 2
adam@1623 3 table bad : { A : foo, B : { X : float } }