Describe processes as type transformations, with inference that supports subtypes and parametric polymorphism. Create and query corresponding transformation graphs.
Diverting from issue #79: We need a top and bottom type urgently because it will help us in using types of the form F(_) in queries, since we can just search for a subtype of F(Top) instead.
Diverting from issue #79: We need a top and bottom type urgently because it will help us in using types of the form
F(_)
in queries, since we can just search for a subtype ofF(Top)
instead.