Polymorphic MapReduce!

This commit is contained in:
Eric Holk 2011-08-25 15:36:55 -07:00
parent 5c0cc474be
commit 640886ceb6
2 changed files with 329 additions and 0 deletions

View file

@ -26,6 +26,7 @@ fn mode_str(m: &ty::mode) -> str {
mo_val. { "" }
mo_alias(false) { "&" }
mo_alias(true) { "&mutable " }
mo_move. { "-" }
}
}