We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14130dc + e9dcc45 commit da58708Copy full SHA for da58708
src/Node/FS/Async.purs
@@ -329,7 +329,7 @@ appendTextFile encoding file buff cb = mkEff $ \_ -> runFn4
329
-- Check if the path exists.
330
--
331
exists :: forall eff. FilePath
332
- -> (Boolean -> Eff eff Unit)
+ -> (Boolean -> Eff (fs :: FS | eff) Unit)
333
-> Eff (fs :: FS | eff) Unit
334
exists file cb = mkEff $ \_ -> runFn2
335
fs.exists file $ \b -> runPure (unsafeInterleaveEff (cb b))
0 commit comments