purescript-0.15.7: PureScript Programming Language Compiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.PureScript.Ide

Description

Interface for the psc-ide-server

Synopsis

Documentation

handleCommand :: (Ide m, MonadLogger m, MonadError IdeError m) => Command -> m Success Source #

Accepts a Command and runs it against psc-ide's State. This is the main entry point for the server.