From ac6a32c651d76d10650fffb99f77f05c583ff0cf Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 21 Oct 2008 13:24:54 -0400 Subject: Simple listShop working --- demo/listShop.ur | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'demo/listShop.ur') diff --git a/demo/listShop.ur b/demo/listShop.ur index 04386349..0c23819f 100644 --- a/demo/listShop.ur +++ b/demo/listShop.ur @@ -1,9 +1,13 @@ structure I = struct type t = int + val toString = show _ + val fromString = read _ end structure S = struct type t = string + val toString = show _ + val fromString = read _ end structure IL = ListFun.Make(I) -- cgit v1.2.3