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 35fa2a9 commit 4b87bd7Copy full SHA for 4b87bd7
docsrc/content/index.fsx
@@ -2,6 +2,7 @@
2
// This block of code is omitted in the generated HTML documentation. Use
3
// it to define helpers that you do not want to show in the documentation.
4
#I "../../bin"
5
+#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
6
7
(**
8
FSharpPlus
@@ -54,7 +55,11 @@ Example 1
54
55
This example demonstrates using an extension function defined in this library.
56
57
*)
-#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
58
+(**
59
+```f#
60
+#r @"nuget: FSharpPlus"
61
+```
62
+*)
63
open FSharpPlus
64
65
let x = String.replace "old" "new" "Good old days"
0 commit comments