purescript-0.10.6: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.Interactive

Synopsis

Documentation

handleCommand :: (MonadReader PSCiConfig m, MonadState PSCiState m, MonadIO m) => (String -> m ()) -> 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.