00001 00007 #ifndef EVAL_HPP 00008 #define EVAL_HPP 00009 00010 #include "cons.hpp" 00011 00012 using namespace std; 00013 00020 Cell* eval(Cell* const c); 00021 00022 #endif // EVAL_HPP