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

Change ~A to (- : A) #93

Closed nsbgn closed 2 years ago

nsbgn commented 2 years ago

The notation for 'an anonymous source of type A' should be (- : A) to be consistent with named sources (eg (1 : A)). More typing, but easier to understand and less special notation. This should be quick and easy but I'm going to forget if I don't make a note of it here.