haskell-tools-demo-0.4.1.3: A web-based demo for Haskell-tools Refactor.

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.Demo

Synopsis

Documentation

runDemo :: [String] -> IO () Source #

app :: MVar [Int] -> FilePath -> Application Source #

The application that is evoked for each incoming request

updateClient :: FilePath -> ClientMessage -> StateT RefactorSessionState Ghc (Maybe ResponseMsg) Source #

This function does the real job of acting upon client messages in a stateful environment of a client

data ClientMessage Source #

Instances

Show ClientMessage Source # 
Generic ClientMessage Source # 

Associated Types

type Rep ClientMessage :: * -> * #

FromJSON ClientMessage Source # 
type Rep ClientMessage Source # 

data ResponseMsg Source #

Instances