purescript-0.9.1: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.Interactive

Synopsis

Documentation

handleCommand :: (MonadReader PSCiConfig m, MonadState PSCiState m, MonadIO m) => Command -> m () Source #

Performs a PSCi command

make :: [(FilePath, Module)] -> Make ([ExternsFile], Environment) Source #

Build the collection of modules from scratch. This is usually done on startup.

runMake :: Make a -> IO (Either MultipleErrors a) Source #

This is different than the runMake in Make in that it specifies the options and ignores the warning messages.