You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When only one of several branches has the given field, I can't use field:
• Not all constructors of the type TypeExpr
contain a field named 'constraints'.
The offending constructors are:
• TypeLitString
• TypeNormal
• TypeRow
• TypeBareRecord
It would be great to have a traversal that lets me ignore the warning and just .~ or ^?! the field.
The text was updated successfully, but these errors were encountered:
When only one of several branches has the given field, I can't use
field
:It would be great to have a traversal that lets me ignore the warning and just
.~
or^?!
the field.The text was updated successfully, but these errors were encountered: