shiny/crates/typing/src/check/shape.rs
2024-10-16 01:30:01 +03:00

7 lines
103 B
Rust

use crate::ptr;
use super::ctx::Ctx;
pub fn fits(lhs: ptr::Ty, rhs: ptr::Ty) -> bool {
todo!()
}