quangis / transforge

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

Separation of top and bottom types #96

Closed nsbgn closed 2 years ago

nsbgn commented 2 years ago

Top and bottom types have been introduced (cf #94) but they are tied together: you cannot enable one while keeping the other disabled. This is unfortunate because we only really need the top type in our taxonomy, and including them both makes the taxonomy graph a lot more complicated.