TypeDD-Samples icon indicating copy to clipboard operation
TypeDD-Samples copied to clipboard

definition of ProcState in Chapter 15

Open clayrat opened this issue 7 years ago • 0 comments

It's mildly confusing, but in the book, starting from section 15.2.3, the following definition is given:

data ProcState = NoRequest | Sent | Complete

whereas in this repo, ProcessIFace.idr, ProcessLib.idr, ProcessState.idr define it as

data ProcState = Ready | Sent | Looping

clayrat avatar May 22 '17 22:05 clayrat