Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-02 | Make function arguments retain position info | Silvan Mosberger | |
This allows querying the location of function arguments. E.g. builtins.unsafeGetAttrPos "x" (builtins.functionArgs ({ x }: null)) => { column = 57; file = "/home/infinisil/src/nix/inst/test.nix"; line = 1; } |