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.
2 parents 03d6d86 + de514c0 commit e05f6bdCopy full SHA for e05f6bd
README.md
@@ -39,7 +39,7 @@ hello = mkUI spec do
39
, text props.name
40
]
41
42
-incrementCounter = do
+incrementCounter e = do
43
val <- readState
44
writeState (val + 1)
45
0 commit comments