Skip to content

Commit

Permalink
Merge pull request #9645 from tweag/undeprecate-isNull
Browse files Browse the repository at this point in the history
Undeprecate isNull
  • Loading branch information
roberth authored Dec 20, 2023
2 parents 75e10e4 + ea454d8 commit 8e64cd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libexpr/primops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 8e64cd5

Please sign in to comment.