11MakeError(AttrPathNotFound, Error);
12MakeError(NoPositionInfo, Error);
14std::pair<Value *, PosIdx> findAlongAttrPath(
16 const std::string & attrPath,
23std::pair<SourcePath, uint32_t> findPackageFilename(EvalState & state, Value & v, std::string what);
31std::vector<std::string> parseAttrPath(std::string_view
const s);
37std::string unparseAttrPath(std::vector<std::string>
const & attrPath);