refactor: type
This commit is contained in:
@@ -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>>,
|
||||
|
||||
Reference in New Issue
Block a user