remove preliminary file
This commit is contained in:
@@ -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>>>
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user