anatoliykmetyuk / free-acp

A rewriting-based process algebra engine
7 stars 3 forks source link

Define bounded natural transformations #12

Open anatoliykmetyuk opened 7 years ago

anatoliykmetyuk commented 7 years ago

Natural transformations are almost always used in situations when the upper bound for A in apply[A] is known. Currently, this knowledge is present in the form of type casts where needed, which is not good.