In category theory, we always use many composition notation. And in computer science, we often use category theory to describe problems.
Usually, we use g ∘ f to stand the composition of "g after f"
Also, we use f ; g to stand the composition of "f before g"
But the ; is a common used syntax of line end in computer program, is there any substitutable notation of ; ?
>>>is a operator have different infix level with., so I'd like to define a operatorflip (.)has same infix level with(.), but;is not a acceptable char. – xiang Jan 06 '17 at 08:45