cl-ast: add todo about slice and array type-expressions

This commit is contained in:
John 2024-04-16 23:46:24 -05:00
parent f6e44f3773
commit eee9e99aed

View File

@ -232,6 +232,7 @@ pub enum TyKind {
Tuple(TyTuple),
Ref(TyRef),
Fn(TyFn),
// TODO: slice, array types
}
/// A tuple of [Ty]pes