(type)
| 324 | return pass(rtype, typarams); |
| 325 | } |
| 326 | function argdef(type) { |
| 327 | if (type == "name") {cx.marked = "def"; return cont(argdef);} |
| 328 | if (type == ":") return cont(typecx, rtype, valcx); |
| 329 | return pass(); |
| 330 | } |
| 331 | function rtype(type) { |
| 332 | if (type == "name") {cx.marked = "variable-3"; return cont(rtypemaybeparam); } |
| 333 | if (content == "mutable") {cx.marked = "keyword"; return cont(rtype);} |