From 1a5acb4732536e4be288895eb89d139b19aebc94 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 21 Oct 2008 16:41:11 -0400 Subject: New implicit argument handling --- demo/listShop.ur | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'demo/listShop.ur') diff --git a/demo/listShop.ur b/demo/listShop.ur index 0c23819f..be35d505 100644 --- a/demo/listShop.ur +++ b/demo/listShop.ur @@ -1,13 +1,13 @@ structure I = struct type t = int - val toString = show _ - val fromString = read _ + val toString = show + val fromString = read end structure S = struct type t = string - val toString = show _ - val fromString = read _ + val toString = show + val fromString = read end structure IL = ListFun.Make(I) -- cgit v1.2.3