1
Fork 0

Factor imports mindlessly.

This commit is contained in:
Graydon Hoare 2011-09-12 16:13:28 -07:00
parent 71297a5e17
commit a4815b6742
68 changed files with 253 additions and 746 deletions

View file

@ -1,5 +1,4 @@
import std::str;
import std::option;
import std::{str, option};
import codemap::span;
import ast::*;