Skip to content

Remove the need for rectypes by using polymorphic variants

Zoggy requested to merge dsheets:no-rectypes into master

Created by: dsheets

-rectypes forces users to use -rectypes, too, and it's a bit dangerous. This gets around the -rectypes contagion by (ab)using polymorphic variants.

Merge request reports