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 d9962a5 commit d15d966Copy full SHA for d15d966
examples/State.purs
@@ -8,7 +8,7 @@ import Control.Monad.State.Class
8
import Control.Monad.State.Trans
9
import Data.Tuple
10
11
-incState :: forall eff a. State Number {}
+incState :: forall eff a. State Number Unit
12
incState = modify $ (+) 1
13
14
testState :: forall eff a. State Number String
0 commit comments