guix/src/libexpr/attr-path.hh

15 lines
237 B
C++

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