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.
write
Currently write is:
write :: forall r eff a. Writable r eff String -> a -> Eff eff Unit -> Eff eff Boolean
Should it be:
write :: forall r eff a. Writable r eff a -> a -> Eff eff Unit -> Eff eff Boolean
?