Implement new inference algorithm.

This commit is contained in:
Niko Matsakis 2012-03-22 20:06:01 -07:00
parent 40443768b1
commit 042c532a08
24 changed files with 1002 additions and 123 deletions

View file

@ -63,6 +63,7 @@ export opt_str;
export opt_strs;
export opt_maybe_str;
export opt_default;
export result; //NDM
enum name { long(str), short(char), }