Florian Diebold
|
6c32bbf3ca
|
Separate Ty and TyKind like in Chalk
Currently `Ty` just wraps `TyKind`, but this allows us to change most
places to already use `intern` / `interned`.
|
2021-03-13 16:17:15 +01:00 |
|
Lukas Wirth
|
11a1f13cd1
|
Being Ty::InferenceVar closes to chalk equivalent
|
2021-03-01 12:41:29 +01:00 |
|
Lukas Wirth
|
a3f5491a1a
|
Inline TypeCtor into Ty
|
2021-02-28 19:13:37 +01:00 |
|
Lukas Wirth
|
5183c9f083
|
Introduce TypeCtor::Scalar
|
2021-02-28 01:20:04 +01:00 |
|
Aleksey Kladov
|
6a77ec7bbe
|
Rename ra_hir_ty -> hir_ty
|
2020-08-13 16:35:29 +02:00 |
|