definition module tut11_3_2_stopwatch // ******************************************************************************** // Clean tutorial example program. // // This module exports the types and functions needed to incorporate a stopwatch // component. // ******************************************************************************** import StdIO :: StopwatchCommands = Reset | Pause | Continue | Close stopwatch :: (RId StopwatchCommands) -> Process