RecordFlux icon indicating copy to clipboard operation
RecordFlux copied to clipboard

Remove private types

Open senier opened this issue 2 years ago • 2 comments

The generator currently doesn't support private types (cf. #758). We need to decide whether we want / need private types at all an either implement them in the generator or remove them from the language.

senier avatar Aug 25 '22 09:08 senier

As we don't have a specific use case for private types, I would be in favor of removing them.

treiher avatar Aug 29 '22 09:08 treiher

With the introduction of tagged types this is not necessary anymore. We will remove private types.

senier avatar Aug 30 '22 14:08 senier