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
Allow TypeOperators with nonzero arity in typeclass constraints #84
If we have a parameterized type
F
andG
and we sayx << [F, G]
, we clearly mean that x is constrained to eitherF(...)
orG(...)
.