#[derive(Clone,Copy,Debug)] pub enum Ty { Int, String, Nil, Unit, }