úÎìbNoneThe 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   Runs the action. Usage:    result <- runIn serverhandle action   9Runs all the pending actions (those that where run using  . Usage:    flush serverhandle   Stops the server. Usage:    stop serverhandle   2The handle of the server that will run the action The action to be run 2The handle of the server that will run the action The action to be run 2The handle of the server that will run the action =The meaningful results are stored in the corresponding mvars      hint-server-1.2.2#Language.Haskell.Interpreter.Server ServerHandlestart asyncRunInrunInflushstopSHhandletry$fMonadInterpreterReceiverT