Name types after their modules instead of 't'
This commit is contained in:
@@ -20,8 +20,6 @@ export get;
|
||||
export with;
|
||||
export spawn;
|
||||
|
||||
import either = either::t;
|
||||
|
||||
#[doc = "The future type"]
|
||||
enum future<A> = {
|
||||
mutable v: either<@A, fn@() -> A>
|
||||
|
||||
Reference in New Issue
Block a user