Add a primop unsafeGetAttrPos to return the position of an attribute
This commit is contained in:
@@ -243,6 +243,7 @@ public:
|
||||
void mkList(Value & v, unsigned int length);
|
||||
void mkAttrs(Value & v, unsigned int expected);
|
||||
void mkThunk_(Value & v, Expr * expr);
|
||||
void mkPos(Value & v, Pos * pos);
|
||||
|
||||
void concatLists(Value & v, unsigned int nrLists, Value * * lists);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user