Skip to content

Impose proper order for constructors and derived functions #30

@jeltsch

Description

@jeltsch

Currently, the definitions of the process family constructors and of the functions derived from them come in suboptimal order. The same is true for various kinds of lemmas about them. We shall impose the following order for the definitions of the above-mentioned functions as well as for the lemmas about them within every block of such lemmas:

  1. Constructors
    1. receive
    2. parallel
    3. new_channel
  2. Derived functions fundamental for implementing things related to the constructors
    1. create_channel
  3. Other derived functions
    1. repeated_receive
    2. general_parallel
    3. guard

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions