usecrate::types::*;usestd::collections::BTreeMap;#[derive(Debug, Clone, Eq, PartialEq, Hash)]/// A first-class chunk of code that can be passed around as a value.
pubstructBlock{pubenvironment:BTreeMap<String, Expression>,
pubchildren:Vec<Expression>,
}