Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly work, possibly a little bumpy. Changes a lot.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
type option[T] = tag(none(), some(T));
|
||||
tag option[T] {
|
||||
none();
|
||||
some(T);
|
||||
}
|
||||
|
||||
type operator[T, U] = fn(&T) -> U;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user