agda-language-server-0.2.1: An implementation of language server protocal (LSP) for Agda 2.
Safe HaskellNone
LanguageHaskell2010

Agda

Synopsis

Documentation

runAgda :: MonadIO m => ServerM TCM a -> ServerM m (Either String a) Source #

Run a TCM action in IO and throw away all of the errors TODO: handle the caught errors