Pipe-calculus: Difference between revisions

Line 157: Line 157:
         & ~ p . s            & & \text{Prefix operator} \\
         & ~ p . s            & & \text{Prefix operator} \\
& & \mid & ~ s \seq t        & & \text{Sequential composition} \\
& & \mid & ~ s \seq t        & & \text{Sequential composition} \\
& & \mid & ~ s \mathsf{|} t  & & \text{Alternative composition} \\
& & \mid & ~ s \mathsf{|} t  & & \text{Choice} \\
& & \mid & ~ s \pipe t        & & \text{Pipe (interpretation)} \\
& & \mid & ~ s \pipe t        & & \text{Pipe (interpretation)} \\
& & \mid & ~ \succeed        & & \text{Successful termination} \\
& & \mid & ~ \succeed        & & \text{Successful termination} \\
283

edits