parent
bb2a67d226
commit
54199414e3
@ -118,8 +118,8 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
yesOrNo = b: if b then "yes" else "no";
|
yesOrNo = b: if b then "yes" else "no";
|
||||||
maybeString = prefix: x: if x == null then "" else ''${prefix} "${s}"'';
|
maybeString = prefix: x: if x == null then "" else ''${prefix} "${x}"'';
|
||||||
maybeToString = prefix: x: if x == null then "" else ''${prefix} ${toString s}'';
|
maybeToString = prefix: x: if x == null then "" else ''${prefix} ${toString x}'';
|
||||||
forEach = pre: l: concatMapStrings (x: pre + x + "\n") l;
|
forEach = pre: l: concatMapStrings (x: pre + x + "\n") l;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user