Skip to content

Commit 4d72799

Browse files
committed
String.Coerce: coerceToString: reduce demand
1 parent c520632 commit 4d72799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nix/String/Coerce.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ coerceToString call ctsm clevel = go
7575
castToNixString ""
7676
-- NVConstant: NAtom (NURI Text) is not matched
7777
NVList l ->
78-
nixStringUnwords <$> traverse (go <=< demand) l
78+
nixStringUnwords <$> traverse go l
7979
v -> coerceStringy v
8080

8181
coerceStringy x' =

0 commit comments

Comments
 (0)