johnazariah
2017-7-21 17:17:10

@mflatt yeah I think I need records for some things and unions for others…the UserDefinedType pairs a name with a tuple of types…I just wanted the pairing itself to be with named fields


johnazariah
2017-7-21 17:20:17

i.e something like this: (user-defined-type ::= ((TypeName type-name) (TypeDefinition tuple-type)))


mflatt
2017-7-21 17:51:28

Ok, that would work