From db3fecf46f602320b48e7ce82ee770a46bba7ba6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 26 Dec 2014 14:20:19 -0400 Subject: Pattern-matching has been enriched with sub-structural matching. --- another.lang | 5 ----- 1 file changed, 5 deletions(-) (limited to 'another.lang') diff --git a/another.lang b/another.lang index 9ff9f8885..ff5bb6f0a 100644 --- a/another.lang +++ b/another.lang @@ -2,8 +2,3 @@ ## (ann id #type (All [x] (-> [x] x))) (def (id x) x) - -#( (def (id x) - (let return "RETURN" - return)) - )# -- cgit v1.2.3