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 e280cfe commit 352200dCopy full SHA for 352200d
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"fable": {
6
- "version": "4.23.0",
+ "version": "4.27.0",
7
"commands": [
8
"fable"
9
]
src/FSharpPlus/Control/Comonad.fs
@@ -7,7 +7,7 @@ open System.Threading.Tasks
open FSharpPlus
open FSharpPlus.Extensions
open FSharpPlus.Internals
10
-#if !FABLE_COMPILER4
+#if !FABLE_COMPILER_4
11
12
// Comonad class ----------------------------------------------------------
13
0 commit comments