lib: Add lib.trace for consistency
This puts it among the trace* family of functions derived from it.
This commit is contained in:
parent
f8ab5fcd8d
commit
fe4a58eec0
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ let
|
|||
deepSeq elem elemAt filter genericClosure genList getAttr
|
||||
hasAttr head isAttrs isBool isInt isList isString length
|
||||
lessThan listToAttrs pathExists readFile replaceStrings seq
|
||||
stringLength sub substring tail;
|
||||
stringLength sub substring tail trace;
|
||||
inherit (self.trivial) id const pipe concat or and bitAnd bitOr bitXor
|
||||
bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
|
||||
importJSON importTOML warn info showWarnings nixpkgsVersion version mod compare
|
||||
|
|
Loading…
Reference in a new issue