Skip to content

definition of ProcState in Chapter 15 #8

Description

@clayrat

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions