rename sendfn to fn~, lambda to fn@

This commit is contained in:
Niko Matsakis 2012-01-10 06:49:15 -08:00
parent af086aa8ef
commit 8b911587df
15 changed files with 113 additions and 96 deletions

View file

@ -111,10 +111,10 @@ tag pat_ {
tag mutability { mut; imm; maybe_mut; }
tag proto {
proto_bare;
proto_send;
proto_shared;
proto_block;
proto_bare; // fn
proto_uniq; // fn~
proto_box; // fn@
proto_block; // block
}
tag binop {