remove preliminary file

This commit is contained in:
Mark Thom
2018-01-15 09:20:11 -07:00
parent a4022d569f
commit 579b9f21dc

View File

@@ -1,11 +0,0 @@
use prolog::ast::*;
use std::cell::RefCell;
use std::rc::Rc;
pub type TabledData<T> = HashSet<Rc<T>>
pub struct TabledRc<T> {
atom: Rc<T>,
table: Rc<RefCell<TabledData<T>>>
}