We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8c02a commit db49c09Copy full SHA for db49c09
1 file changed
src/FSharpPlus/Internals.fs
@@ -49,7 +49,7 @@ module Errors =
49
let exnNoSubtraction = new System.Exception "No subtraction defined for these values in this domain."
50
let exnUnreachable = new System.InvalidOperationException "This execution path is unreachable."
51
52
-#if NET9_0_OR_GREATER && !FABLE_COMPILER
+#if !NET9_0_OR_GREATER || FABLE_COMPILER
53
let inline nullArgCheck paramName paramValue =
54
if isNull paramValue then nullArg paramName
55
else paramValue
0 commit comments