purescript-0.10.1: PureScript Programming Language Compiler

Safe HaskellSafe
LanguageHaskell98

Language.PureScript.Interactive.IO

Synopsis

Documentation

onFirstFileMatching :: Monad m => (b -> m (Maybe a)) -> [b] -> m (Maybe a) Source #

findNodeProcess :: IO (Maybe String) Source #

Locates the node executable. Checks for either nodejs or node.

getHistoryFilename :: IO FilePath Source #

Grabs the filename where the history is stored.

expandTilde :: FilePath -> IO FilePath Source #

Expands tilde in path.