annotate tests/cantSql.ur @ 1673:dae2c6fbf16c

Make Ubuntu linking patch more general
author Adam Chlipala <adam@chlipala.net>
date Tue, 10 Jan 2012 17:38: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 } }