Describe processes as type transformations, with inference that supports subtypes and parametric polymorphism. Create and query corresponding transformation graphs.
GNU General Public License v3.0
2
stars
0
forks
source link
Take subtype constraints into account when setting subtype bounds #92
We must be able to deduce from...
... that, when
pi1
is applied toR(Obj * Loc, A)
, we getObj
:x = Obj * Loc
would not satisfy.