Initial commit
This commit is contained in:
commit
85b08fe00b
29 changed files with 750 additions and 0 deletions
7
crates/typing/src/check/shape.rs
Normal file
7
crates/typing/src/check/shape.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
use crate::ptr;
|
||||
|
||||
use super::ctx::Ctx;
|
||||
|
||||
pub fn fits(lhs: ptr::Ty, rhs: ptr::Ty) -> bool {
|
||||
todo!()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue