NoneHIMkThe server handle. It's returned on process creation and should be used afterwards to send messages to itStarts 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 1The handle of the server that will run the actionThe action to be run1The handle of the server that will run the actionThe action to be run1The handle of the server that will run the action<The meaningful results are stored in the corresponding mvars     hint-server-1.4.2#Language.Haskell.Interpreter.Server ServerHandlestart asyncRunInrunInflushstopSHhandletry$fMonadInterpreterReceiverT