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 7785e99 commit 69b89d0Copy full SHA for 69b89d0
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"fable": {
6
- "version": "4.23.0",
+ "version": "4.24.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
11
12
// Comonad class ----------------------------------------------------------
13
0 commit comments