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 c8dbf96 commit 64be5e2Copy full SHA for 64be5e2
docs/Node/ReadLine.md
@@ -34,7 +34,7 @@ A function which handles input from the user.
34
#### `setLineHandler`
35
36
``` purescript
37
-setLineHandler :: forall eff a. LineHandler eff a -> Interface -> Eff (console :: CONSOLE | eff) Interface
+setLineHandler :: forall eff a. Interface -> LineHandler eff a -> Eff (console :: CONSOLE | eff) Interface
38
```
39
40
Set the current line handler function.
0 commit comments