Merge pull request #5000 from nielsegberts/master

toString also coerces a set with an outPath attribute to a string
This commit is contained in:
Eelco Dolstra
2021-07-12 17:35:32 +02:00
committed by GitHub

View File

@@ -3109,7 +3109,7 @@ static RegisterPrimOp primop_toString({
- A path (e.g., `toString /foo/bar` yields `"/foo/bar"`.
- A set containing `{ __toString = self: ...; }`.
- A set containing `{ __toString = self: ...; }` or `{ outPath = ...; }`.
- An integer.