mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Merge pull request #9645 from tweag/undeprecate-isNull
Undeprecate isNull
This commit is contained in:
commit
8e64cd59b0
1 changed files with 1 additions and 3 deletions
|
@ -438,9 +438,7 @@ static RegisterPrimOp primop_isNull({
|
||||||
.doc = R"(
|
.doc = R"(
|
||||||
Return `true` if *e* evaluates to `null`, and `false` otherwise.
|
Return `true` if *e* evaluates to `null`, and `false` otherwise.
|
||||||
|
|
||||||
> **Warning**
|
This is equivalent to `e == null`.
|
||||||
>
|
|
||||||
> This function is *deprecated*; just write `e == null` instead.
|
|
||||||
)",
|
)",
|
||||||
.fun = prim_isNull,
|
.fun = prim_isNull,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue