12345678910111213141516171819202122232425typeactive=[`Ready|`Running|`Waiting_for_confirmation][@@derivingeq]type'at=('a,[`Activeofactive|`Msgofstring])result[@@derivingeq]letppokf=function|Okx->Fmt.pff"Ok: %a"okx|Error(`Active`Ready)->Fmt.stringf"Ready"|Error(`Active`Running)->Fmt.stringf"Running"|Error(`Active`Waiting_for_confirmation)->Fmt.stringf"Waiting for confirmation"|Error(`Msge)->Fmt.pff"Error: %s"emoduleBlockable=structtype'at=('a,[`Activeofactive|`Msgofstring|`Blocked])result[@@derivingeq]letppokf=function|Okx->ppokf(Okx)|Error(`Activev)->ppokf(Error(`Activev))|Error(`Msge)->ppokf(Error(`Msge))|Error`Blocked->Fmt.stringf"Blocked"end