purescript-0.11.5: PureScript Programming Language Compiler

Safe HaskellNone
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 Commmand and runs it against psc-ide's State. This is the main entry point for the server.