erlport
erlport copied to clipboard
Record behavior change in OTP-19
After the release of OTP-19, there was change to stdlib (OTP-12719) which means if you have a record field which could be a type or undefined, you now have to explicitly define the | undefined
on field.