úΧ* The server handle. It'2s returned on process creation and should be used # afterwards to send messages to it Starts the server. Usage:    handle <- start   /Asynchronically runs an action and returns the MVar that will be filled  with the result when it's there. Usage:    mvar <!- asyncRunIn serverhandle action   2The handle of the server that will run the action The action to be run Runs the action. Usage:    result <- runIn serverhandle action   2The handle of the server that will run the action The action to be run 9Runs all the pending actions (those that where run using  . Usage:    flush serverhandle   2The handle of the server that will run the action =The meaningful results are stored in the corresponding mvars Stops the server. Usage:    stop serverhandle      hint-server-1.2.0#Language.Haskell.Interpreter.Server ServerHandlestart asyncRunInrunInflushstopSHhandletry