From 853b1817beb5f8b55ecbd1ffdf0e226fc699acae Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 18 Jan 2010 05:02:30 +0000 Subject: Adjectified some parts of speech as discussed o... Adjectified some parts of speech as discussed on the mailing list. The methods to call on FunctionN are "curried" and "tupled" with "curry" deprecated and "tuple" gone. Closes #2907. Review by community. --- src/library/scala/Function1.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/library/scala/Function1.scala') diff --git a/src/library/scala/Function1.scala b/src/library/scala/Function1.scala index 4856891acf..75110d7d4e 100644 --- a/src/library/scala/Function1.scala +++ b/src/library/scala/Function1.scala @@ -8,7 +8,7 @@ // $Id$ -// generated by genprod on Mon Nov 30 12:09:35 PST 2009 (with fancy comment) (with extra methods) +// generated by genprod on Sun Jan 17 19:38:09 PST 2010 (with fancy comment) (with extra methods) package scala -- cgit v1.2.3