view tests/cantSql.ur @ 2114:dca8d91b4170

Merge
author Adam Chlipala <adam@chlipala.net>
date Tue, 10 Feb 2015 09:58:35 -0500
parents 218e2a9a53d0
children
line wrap: on
line source
datatype foo = Bar of int

table bad : { A : foo, B : { X : float } }