Enums§
- Error reporting style for the special opt rule
Functions§
- Check if t1 and t2 are structurally equivalent, ignoring the variable naming differences. Note that this is more strict than
t1 <: t2
andt2 <: t1
, because of the special opt rule. - Check if t1 <: t2
- Check if t1 <: t2, and report the special opt rule as
Slience
,Warning
orError
.