make blocks fn& and fn stand for "any closure"
This commit is contained in:
parent
3f3bfeec27
commit
47a534c197
3 changed files with 22 additions and 16 deletions
|
|
@ -110,10 +110,11 @@ tag pat_ {
|
|||
tag mutability { mut; imm; maybe_mut; }
|
||||
|
||||
tag proto {
|
||||
proto_bare; // fn
|
||||
proto_bare; // native fn
|
||||
proto_any; // fn
|
||||
proto_uniq; // fn~
|
||||
proto_box; // fn@
|
||||
proto_block; // block
|
||||
proto_block; // fn&
|
||||
}
|
||||
|
||||
tag binop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue