Skip to content

Commit

Permalink
readme: more accurate pseudo code for reactor interface
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Gustafsson <[email protected]>
  • Loading branch information
1 parent 3eddfe7 commit e7f024b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ section is about.

```
interface Networking {
react : {incoming : Message, from : Node, at : Time} -> Set {to : Node, outgoing : Message}
react : {incoming : Message, from : Node, at : Time} -> Set {to : NonEmptySet {Node}, outgoing : Message}
}
```

Expand Down

0 comments on commit e7f024b

Please sign in to comment.