1
Fork 0

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

@ -3,7 +3,7 @@
#[doc = "json serialization"];
import result::{ok, err};
import result::{result, ok, err};
import io;
import io::{reader_util, writer_util};
import map;