core: Store reexporting result and either. Closes #1997

This commit is contained in:
Brian Anderson
2012-03-16 15:14:37 -07:00
parent ddbd02aaf2
commit 47d468f08c
15 changed files with 20 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
import either::{left, right};
import result::result;
import either::{either, left, right};
import std::map::{hashmap, str_hash};
import token::can_begin_expr;
import codemap::{span,fss_none};