#ifndef __ATTR_PATH_H #define __ATTR_PATH_H #include #include #include "eval.hh" Expr findAlongAttrPath(EvalState & state, const string & attrPath, Expr e); #endif /* !__ATTR_PATH_H */