NOTE: resource algebra
Note about how to write limitation about resource usage to form different restriction
- affine
0..1
: at most once - linear
1..1
: exactly once - relevant
1..∞
: at least once
This annotation also release the power that we can also have 1..3
or
0..7
, what a wonderful idea.