chore: clean up imports
This commit is contained in:
parent
73065fc808
commit
8ce07f4ea4
@ -1,10 +1,5 @@
|
|||||||
use super::{expression::Expression, prelude::mk_prelude};
|
use super::{expression::Expression, prelude::mk_prelude};
|
||||||
use std::{
|
use std::{cell::RefCell, collections::HashMap, rc::Rc};
|
||||||
borrow::BorrowMut,
|
|
||||||
cell::{RefCell, RefMut},
|
|
||||||
collections::HashMap,
|
|
||||||
rc::Rc,
|
|
||||||
};
|
|
||||||
|
|
||||||
#[derive(PartialEq, Clone, Debug)]
|
#[derive(PartialEq, Clone, Debug)]
|
||||||
/// A Environment is a stack of `EnvironmentLayer`s. Each `EnvironmentLayer` is a mapping from
|
/// A Environment is a stack of `EnvironmentLayer`s. Each `EnvironmentLayer` is a mapping from
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user