mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Merge pull request #9645 from tweag/undeprecate-isNull
Undeprecate isNull
This commit is contained in:
commit
8e64cd59b0
@ -438,9 +438,7 @@ static RegisterPrimOp primop_isNull({
|
||||
.doc = R"(
|
||||
Return `true` if *e* evaluates to `null`, and `false` otherwise.
|
||||
|
||||
> **Warning**
|
||||
>
|
||||
> This function is *deprecated*; just write `e == null` instead.
|
||||
This is equivalent to `e == null`.
|
||||
)",
|
||||
.fun = prim_isNull,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user