SpiveeWorks 7eb29827a6 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-02-26 11:59:52 +11:00
2024-03-27 14:45:50 +09:00
2025-02-25 10:06:12 +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
2025-02-25 10:06:12 +09:00
Description
No description provided
1.4 MiB
Languages
Erlang 100%