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 95e18db commit b38869cCopy full SHA for b38869c
src/Data/StateVar.hs
@@ -214,7 +214,7 @@ infixr 2 $~, $~!
214
215
-- | This is the class of all updatable state variables.
216
class HasSetter t b => HasUpdate t a b | t -> a b where
217
- -- | Transform the contents of a state variable with a given funtion.
+ -- | Transform the contents of a state variable with a given function.
218
($~) :: MonadIO m => t -> (a -> b) -> m ()
219
#if USE_DEFAULT_SIGNATURES
220
default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
0 commit comments