purescript-0.13.2: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Interactive

Synopsis

Documentation

handleCommand Source #

Arguments

:: (MonadReader PSCiConfig m, MonadState PSCiState m, MonadIO m) 
=> (String -> m ())

evaluate JS

-> m ()

reload

-> (String -> m ())

print into console

-> Command 
-> m () 

Performs a PSCi command

make :: [(FilePath, PartialResult 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.