Factor imports mindlessly.
This commit is contained in:
parent
71297a5e17
commit
a4815b6742
68 changed files with 253 additions and 746 deletions
|
@ -1,11 +1,5 @@
|
|||
import std::vec;
|
||||
import std::uint;
|
||||
import std::str;
|
||||
import std::term;
|
||||
import std::io;
|
||||
import std::option;
|
||||
import std::option::some;
|
||||
import std::option::none;
|
||||
import std::{vec, uint, str, term, io, option};
|
||||
import std::option::{some, none};
|
||||
|
||||
type filename = str;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue