90 Activating a task (simplified) :: Task a:== *TSt  *(a,*TSt)  Each task is assumed to call doTask  increment task number, such that this number is unique;  when activated call the task, create a default value otherwise;  when a task is finished, activate is returned True, False otherwise.