SpiveeWorks e5d77ea1b2 Fix type substitution into variants and records
Variants were working by accident, since
{variant, [{"VariantName", [Element]}]} had a similar enough form to
the opaque types that would come from something like
`type1(type2(int))`, but records were not working, since they have a
different form. Now both are handled explicitly so that only the
intended forms of each are handled.
2025-01-31 13:53:12 +11:00
2024-03-27 14:45:50 +09:00
2024-12-09 15:00:21 +09:00
2024-12-09 15:00:21 +09:00
2024-03-27 14:45:50 +09:00
2024-03-27 14:45:50 +09:00
Description
No description provided
1.4 MiB
Languages
Erlang 100%