pub type Env = Bwd<TmV>;
A way of resolving BwdIdx found in TmS_::Var to values
pub enum Env { Nil, Snoc(Rc<(TmV, Bwd<TmV>)>), }