Remove proto_sugar and 'lambda' as keyword, commit to fn@.

This commit is contained in:
Graydon Hoare 2012-01-09 16:12:37 -08:00
parent f6ecbe88ca
commit 8387896dda
30 changed files with 72 additions and 79 deletions

View file

@ -8,7 +8,7 @@ fn main() {
macerate(*tasties);
} (carrots, { |food|
let mush = food + cheese;
lambda() {
let _ = fn@() {
let chew = mush + cheese;
fail "so yummy"
} ();