We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d27f53 commit 9cf2f89Copy full SHA for 9cf2f89
src/FSharpPlus.Docs/Samples/Collections.fsx
@@ -77,6 +77,6 @@ type WrappedListB'<'s> = WrappedListB' of 's list with // Same as B but without
77
78
let five = filter ((=) 5) (WrappedListB [1;2;3;4;5;6]) // <- Uses the default method for filter.
79
80
-#nowarn // interrupt compilation
+#nowarn 3873 // interrupt compilation
81
82
-let five' = filter ((=) 5) (WrappedListB' [1;2;3;4;5;6]) // <- Uses the default method for filter.
+let five' = filter ((=) 5) (WrappedListB' [1;2;3;4;5;6]) // <- Uses the default method for filter.
0 commit comments