From 3dc530c8da0e053e92b39144488045e88f1bcc18 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 3 Dec 2011 15:59:21 -0500 Subject: Better error messages about non-SQL-izability of types --- tests/cantSql.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/cantSql.ur (limited to 'tests/cantSql.ur') diff --git a/tests/cantSql.ur b/tests/cantSql.ur new file mode 100644 index 00000000..026fcaa4 --- /dev/null +++ b/tests/cantSql.ur @@ -0,0 +1,3 @@ +datatype foo = Bar of int + +table bad : { A : foo, B : { X : float } } -- cgit v1.2.3