refactor: type

This commit is contained in:
2025-05-03 20:33:59 +08:00
parent 3f0cb2c2fa
commit 4a310ff317
23 changed files with 475 additions and 309 deletions

View File

@@ -1,6 +1,7 @@
use rpds::HashTrieMapSync;
use super::value::{Symbol, Value};
use crate::ty::common::Symbol;
use crate::ty::internal::Value;
pub struct Env {
last: Option<Box<Env>>,