Convert std::map::new_str_hash to istrs. Issue #855

This commit is contained in:
Brian Anderson 2011-08-25 15:12:54 -07:00
parent faef9490ae
commit 652332f9d4
17 changed files with 181 additions and 144 deletions

View file

@ -8,6 +8,8 @@ import codemap::filename;
type spanned<T> = {node: T, span: span};
type ident = str;
type identistr = istr;
// Functions may or may not have names.
type fn_ident = option::t<ident>;