rename sendfn to fn~, lambda to fn@
This commit is contained in:
parent
af086aa8ef
commit
8b911587df
15 changed files with 113 additions and 96 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue