| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sep() helper.
|
|
|
|
|
|
|
|
derived typedefs).
|
|
|
|
objs now.
|
|
|
|
|
|
leaves of results with residual vars. Cheap but kinda works.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unusual field alignment.
|
|
|
|
|
|
|
|
type declarations.
|
|
to glue of derived tydescs.
|
|
|
|
|
|
|
|
derived tydesc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tydescs to work.
|
|
|
|
|
|
|
|
in
-------------------
type foo = rec(int a);
mod m1 {
mod m2 {
const foo bar = rec(a = 4);
}
}
fn main(vec[str] args) {
log m1.m2.bar.a;
}
-------------------
|