Alternative notations of Function Composition

65 Views Asked by At

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 ; ?