From 8f22c3384c8b715c97fa781fa388ef9090d13fb6 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 4 Oct 2008 19:56:59 -0400 Subject: Improved inference of records of tuples --- tests/crud1.ur | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/crud1.ur') diff --git a/tests/crud1.ur b/tests/crud1.ur index a857d3d8..10722b55 100644 --- a/tests/crud1.ur +++ b/tests/crud1.ur @@ -1,13 +1,6 @@ table t1 : {Id : int, A : int, B : string, C : float, D : bool} open Crud.Make(struct - con cols :: {(Type * Type)} = [ - A = (int, string), - B = (string, string), - C = (float, string), - D = (bool, bool) - ] - val tab = t1 val title = "Crud1" -- cgit v1.2.3